Uses of Class
jcreek.representation.RelationTypeSet

Packages that use RelationTypeSet
jcreek.representation   
jcreek.representation.inference   
 

Uses of RelationTypeSet in jcreek.representation
 

Methods in jcreek.representation that return RelationTypeSet
 RelationTypeSet RelationTypeSet.intersect(RelationTypeSet newRule)
          Merges this RelationTypeSet with another RelationTypeSet in such a manner that it will only contain the RelationTypes contained in both sets.
 RelationTypeSet RelationTypeSet.union(RelationTypeSet newRule)
          Merges this RelationTypeSet with another RelationTypeSet in such a manner that it will contain all the RelationTypes contained in either set.
 RelationTypeSet RelationTypeSet.subtract(RelationTypeSet newRule)
          Removes all RelationTypes found in set passed as a parameter to the method.
 RelationTypeSet RelationTypeSet.copy()
           
 

Methods in jcreek.representation with parameters of type RelationTypeSet
 RelationTypeSet RelationTypeSet.intersect(RelationTypeSet newRule)
          Merges this RelationTypeSet with another RelationTypeSet in such a manner that it will only contain the RelationTypes contained in both sets.
 RelationTypeSet RelationTypeSet.union(RelationTypeSet newRule)
          Merges this RelationTypeSet with another RelationTypeSet in such a manner that it will contain all the RelationTypes contained in either set.
 RelationTypeSet RelationTypeSet.subtract(RelationTypeSet newRule)
          Removes all RelationTypes found in set passed as a parameter to the method.
 boolean RelationTypeSet.isSubsetOf(RelationTypeSet rule)
          Returnes true if this set is a subset of the supplied set.
 

Uses of RelationTypeSet in jcreek.representation.inference
 

Methods in jcreek.representation.inference that return RelationTypeSet
 RelationTypeSet PlausibleInheritanceMethod.findRelationTransfers(RelationType rcd)
           
 



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