Property | Type | Description | |
---|---|---|---|
literalOnly | bool | ||
questionLeft | string | ||
tokens | List |
Method | Description | |
---|---|---|
ContainsQueryPart ( string queryPart ) : bool | ||
ContainsTokenWithSameIdentifier ( |
Checks if there is a token already exists in the consumed tokens list that has same identifier
|
|
ContainsTokenWithSameURIs ( |
Checks if there is a token already exists in the consumed tokens list that connects the same URIs (has same range and domain)
|
|
EqualSolution ( |
||
GetQuery ( ) : void | ||
QueryBucket ( |
a constructor taking another bucket to simple clone it here
|
|
QueryBucket ( string question, |
constructor
|
|
add ( |
adds a new token to the bucket
|
|
getPermutations ( string questionLeft ) : List |
gets the permutations based on the "_" and ""
|
Method | Description | |
---|---|---|
questionMatch ( string input ) : string |
Matches the question of the new token with the questionleft in the bucekt "_" and oneword is supported
|
public ContainsQueryPart ( string queryPart ) : bool | ||
queryPart | string | |
return | bool |
public ContainsTokenWithSameIdentifier ( |
||
token | the token to compare to | |
return | bool |
public ContainsTokenWithSameURIs ( |
||
token | the lexicon token to compare to | |
return | bool |
public EqualSolution ( |
||
bucket2 | ||
return | bool |
public QueryBucket ( |
||
bucket | the query bucket to clone it here | |
return | System |
public QueryBucket ( string question, |
||
question | string | the question of the query bucket |
type | ||
return | System |
public add ( |
||
token | the token to add to the bucket | |
return | bool |
public getPermutations ( string questionLeft ) : List |
||
questionLeft | string | the input questionLeft |
return | List |