public buildQueries ( string object1, string object2, int maxDistance, int limit, 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 for example : http://dbpedia.org/resource/thing |
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 |
리턴 | List |