Uses of Class
jcreek.representation.Partition

Packages that use Partition
jcreek.representation   
jcreek.representation.inference   
 

Uses of Partition in jcreek.representation
 

Methods in jcreek.representation that return Partition
 Partition Relation.getCurrentPartition()
          Returns the current partition, if set.
 Partition LocalKnowledgeModel.getPartition(java.lang.Object id)
          Returns the partition with the given name or ID.
 Partition[] KnowledgeModel.getPartitions()
          Returns an array of all partitions in this KnowledgeModel.
 Partition KnowledgeModel.getPartition(java.lang.Object id)
          Returns the partition with the given name or ID.
 Partition Entity.getCurrentPartition()
          Returns the current partition, if set.
 Partition[] AbstractKnowledgeModel.getPartitions()
          Returns an array of all partitions in this KnowledgeModel.
 

Methods in jcreek.representation with parameters of type Partition
 void LocalKnowledgeModel.registerPartition(java.lang.String name, Partition partition)
          Registers a partition under the given name in this models partition index.
 void KnowledgeModel.registerPartition(java.lang.String name, Partition partition)
          Registers a partition under the given name in this models partition index.
 

Uses of Partition in jcreek.representation.inference
 

Constructors in jcreek.representation.inference with parameters of type Partition
PartitionPlausibleInheritanceMethod(KnowledgeModel km, Partition part)
           
PartitionPlausibleInheritanceMethod(RelationType rcd, Partition part)
           
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group