Uses of Package
cz.cuni.versatile.api.relops

Packages that use cz.cuni.versatile.api.relops
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.  
cz.cuni.versatile.core This package contains the default implementations of some essential Versatile concepts.  
 

Classes in cz.cuni.versatile.api.relops used by cz.cuni.versatile.api
PropertyMapping
          PropertyMapping interface represents a generic a transformational map from a set of properties to another set of another properties.
 

Classes in cz.cuni.versatile.api.relops used by cz.cuni.versatile.api.relops
InverseOf
          InverseOf implementations inverse RelationalProperty properties thus constructing an inverse binary relation for a given relation represented by a RelationalProperty.
PropertyMapping
          PropertyMapping interface represents a generic a transformational map from a set of properties to another set of another properties.
ReflexiveClosure
          ReflexiveClosure operator turns an input binary relation represented by a RelationalProperty into a reflexive binary relation.
RelationalOperator
           
SymmetricClosure
          SymmetricClosure operator turns a source binary relation represented by a RelationalProperty into a symmetric binary relation.
TotalOrder
          TotalOrder operator constructs a total order as an extension of a given source OrderProperty.
TransitiveClosure
          TransitiveClosure operator builds a transitive closure of a source RelationalProperty so that the resulting RelationalProperty represents a transitive binary relation.
UnsupportedPropertyException
          Thrown when unsuccessfully trying to resolve a uniqueName to a particular RelationalOperator
 

Classes in cz.cuni.versatile.api.relops used by cz.cuni.versatile.core
One2OneMapping
          An unary mapping (P1) -> (P2) to transform values of one property to values of another property.
PropertyMapping
          PropertyMapping interface represents a generic a transformational map from a set of properties to another set of another properties.