Uses of Class
cz.cuni.versatile.api.relops.UnsupportedPropertyException

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

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

Methods in cz.cuni.versatile.api.relops that throw UnsupportedPropertyException
 ReflexiveClosure RelationalOperatorsRegistry.getReflexiveClosure(java.lang.String uniqueName)
          Returns a ReflexiveClosure implementation for a given relational property identified by its uniqueName.
 SymmetricClosure RelationalOperatorsRegistry.getSymmetricClosure(java.lang.String uniqueName)
          Returns a SymmetricClosure implementation for a given relational property identified by its uniqueName.
 TransitiveClosure RelationalOperatorsRegistry.getTransitiveClosure(java.lang.String uniqueName)
          Returns a TransitiveClosure implementation for a given relational property identified by its uniqueName.
 InverseOf RelationalOperatorsRegistry.getInverseOf(java.lang.String uniqueName)
          Returns a InverseOf implementation for a given relational property identified by its uniqueName.
 TotalOrder RelationalOperatorsRegistry.getTotalOrder(java.lang.String uniqueName)
          Returns a TotalOrder implementation for a given relational property identified by its uniqueName.