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

Packages that use OrderProperty
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 OrderProperty in cz.cuni.versatile.api
 

Subinterfaces of OrderProperty in cz.cuni.versatile.api
 interface Taxonomy
          A taxonomy property.
 interface TreeTaxonomy
          A specialized tree taxonomy.
 

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

Methods in cz.cuni.versatile.api.relops that return OrderProperty
 OrderProperty TotalOrder.totalOrder(OrderProperty source)
          Returns an OrderProperty which a total order extending the source OrderProperty.
 

Methods in cz.cuni.versatile.api.relops with parameters of type OrderProperty
 OrderProperty TotalOrder.totalOrder(OrderProperty source)
          Returns an OrderProperty which a total order extending the source OrderProperty.