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

Packages that use PropertyOperator
cz.cuni.versatile.api The key elements of the Versatile API.  
cz.cuni.versatile.core This package contains the default implementations of some essential Versatile concepts.  
 

Uses of PropertyOperator in cz.cuni.versatile.api
 

Methods in cz.cuni.versatile.api that return PropertyOperator
 PropertyOperator PropertyPredicate.getOperator()
          A PropertyOperator this predicate applies to its associated Property
 

Uses of PropertyOperator in cz.cuni.versatile.core
 

Classes in cz.cuni.versatile.core that implement PropertyOperator
 class PropertyOperators
          A default implementation of the PropertyOperator interface as well as an enumeration of all built-in (pre-defined) property operators.
 

Fields in cz.cuni.versatile.core declared as PropertyOperator
static PropertyOperator PropertyOperators.EQ
          Equals intrinsic assertive operator.
static PropertyOperator PropertyOperators.GT
          Greater-than (>) intrinsic assertive operator.
static PropertyOperator PropertyOperators.LT
          Less-than (<) intrinsic assertive operator.
static PropertyOperator PropertyOperators.GE
          Greater than or equal to (>=) intrinsic assertive operator.
static PropertyOperator PropertyOperators.LE
          Less than or equal to (<=) intrinsic assertive operator.
static PropertyOperator PropertyOperators.ASSERT
          assert extrinsic assertive operator.
static PropertyOperator PropertyOperators.ASSERT_INV
          assertInv extrinsic assertive operator.
static PropertyOperator PropertyOperators.ASSERT_LEVEL
          assertLevel extrinsic assertive operator.
static PropertyOperator PropertyOperators.COMPARABLE
          comparable extrinsic assertive operator.
static PropertyOperator PropertyOperators.EQUIVALENT
          equivalent extrinsic assertive operator.
static PropertyOperator PropertyOperators.IS_PARENT
          isParent extrinsic assertive operator.
static PropertyOperator PropertyOperators.IS_CHILD
          isChild extrinsic assertive operator.
static PropertyOperator PropertyOperators.IS_ANCESTOR
          isAncestor extrinsic assertive operator.
static PropertyOperator PropertyOperators.IS_DESCENDANT
          isDescendant extrinsic assertive operator.
static PropertyOperator PropertyOperators.BEST_MATCH
          bestMatch extrinsic constraint-relaxing operator.