Uses of Interface
cz.cuni.versatile.api.relops.RelationalOperator

Packages that use RelationalOperator
cz.cuni.versatile.api.relops Relational operators and property mappings subsection of the Versatile API.  
 

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

Subinterfaces of RelationalOperator in cz.cuni.versatile.api.relops
 interface InverseOf
          InverseOf implementations inverse RelationalProperty properties thus constructing an inverse binary relation for a given relation represented by a RelationalProperty.
 interface ReflexiveClosure
          ReflexiveClosure operator turns an input binary relation represented by a RelationalProperty into a reflexive binary relation.
 interface SymmetricClosure
          SymmetricClosure operator turns a source binary relation represented by a RelationalProperty into a symmetric binary relation.
 interface TotalOrder
          TotalOrder operator constructs a total order as an extension of a given source OrderProperty.
 interface TransitiveClosure
          TransitiveClosure operator builds a transitive closure of a source RelationalProperty so that the resulting RelationalProperty represents a transitive binary relation.
 

Methods in cz.cuni.versatile.api.relops with parameters of type RelationalOperator
 void RelationalOperatorsRegistry.registerImplementation(java.lang.String uniqueName, RelationalOperator implementation)
          Register an implementation for one or more relational operators for a given property.