Uses of Class
it.unimi.dico.islab.idbs2.kc.Predicate

Packages that use Predicate
it.unimi.dico.islab.idbs2.kc Contains all necessary classes to represent and manage a KnowledgeChunk structure connected to the kc database. 
 

Uses of Predicate in it.unimi.dico.islab.idbs2.kc
 

Methods in it.unimi.dico.islab.idbs2.kc that return Predicate
 Predicate KnowledgeChunk.addLink(KnowledgeChunk p1, KnowledgeChunk pn, KnowledgeChunk valueKc, String value, int pathLength, String valueType, int valueLength)
          Adds a property path to this KnowledgeChunk object.
 

Methods in it.unimi.dico.islab.idbs2.kc that return types with arguments of type Predicate
 Set<Predicate> KnowledgeChunk.getLinks()
          Getter for the set of predicates having this node as a belongKc.