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 |