Searched refs:entities (Results 1 - 1 of 1) sorted by relevance

/ontohub/lib/
H A Dtriple_store.rb66 entities(@subjectMap, predicate, object)
77 entities(@predicateMap, subject, object)
88 entities(@objectMap, subject, predicate)
93 # Lists the entities identified by two keys
100 # * - the indicated array of entities if it exists
102 def entities(map, key1, key2) method in class:TripleStore

Completed in 7 milliseconds