Method | Description | |
---|---|---|
closeConnection ( ) : void |
closes the connection of the server
|
|
generateQueries ( string object1, string object2, int maxDistance = 3, int limit = 50, List |
Builds and returns a set of queries to find relations between two object1 and object2.
|
|
getNextResult ( ) : string |
Query the next result
|
|
startConnection ( ) : void |
starts the connection to the server
|
public generateQueries ( string object1, string object2, int maxDistance = 3, int limit = 50, List |
||
object1 | string | object1 |
object2 | string | object2 |
maxDistance | int | MaxiumDistance between the two objects |
limit | int | Limit of results |
ignoredObjects | List |
List of strings of names of objects be ignored in the Queries |
ignoredProperties | List |
List of strings of names of properties to be ignored in the Queries |
avoidCycles | int | Integer value which indicates whether we want to suppress cycles , 0 = no cycle avoidance , 1 = no intermediate object can be object1 or object2 , 2 = like 1 + an object can not occur more than once in a connection |
return | bool |