Uses of Interface
cz.cuni.versatile.api.RelationalProperty

Packages that use RelationalProperty
cz.cuni.versatile.api The key elements of the Versatile API.  
cz.cuni.versatile.api.relops Relational operators and property mappings subsection of the Versatile API.  
 

Uses of RelationalProperty in cz.cuni.versatile.api
 

Subinterfaces of RelationalProperty in cz.cuni.versatile.api
 interface Equivalence
          Equivalence is a marker interface to denote a commonly used specialization of RelationalProperty.
 interface OrderProperty
          OrderProperty is an interface to denote a commonly used specialization of RelationalProperty.
 interface Taxonomy
          A taxonomy property.
 interface TreeTaxonomy
          A specialized tree taxonomy.
 

Uses of RelationalProperty in cz.cuni.versatile.api.relops
 

Methods in cz.cuni.versatile.api.relops that return RelationalProperty
 RelationalProperty TransitiveClosure.transitiveClosure(RelationalProperty source)
          Returns a RelationalProperty which corresponds to a transitive closure of the source binary relation.
 RelationalProperty SymmetricClosure.symmetricClosure(RelationalProperty source)
          Returns a RelationalProperty which corresponds to a symmetric closure of the source binary relation.
 RelationalProperty ReflexiveClosure.reflexiveClosure(RelationalProperty source)
          Returns a RelationalProperty which corresponds to a reflexive closure of the source binary relation.
 RelationalProperty InverseOf.inverseOf(RelationalProperty source)
          Returns a RelationalProperty which corresponds to an inverse binary relation to the source RelationalProperty.
 

Methods in cz.cuni.versatile.api.relops with parameters of type RelationalProperty
 RelationalProperty TransitiveClosure.transitiveClosure(RelationalProperty source)
          Returns a RelationalProperty which corresponds to a transitive closure of the source binary relation.
 RelationalProperty SymmetricClosure.symmetricClosure(RelationalProperty source)
          Returns a RelationalProperty which corresponds to a symmetric closure of the source binary relation.
 RelationalProperty ReflexiveClosure.reflexiveClosure(RelationalProperty source)
          Returns a RelationalProperty which corresponds to a reflexive closure of the source binary relation.
 RelationalProperty InverseOf.inverseOf(RelationalProperty source)
          Returns a RelationalProperty which corresponds to an inverse binary relation to the source RelationalProperty.