Uses of Class
cz.cuni.versatile.api.UnsupportedPropertyOperatorException

Packages that use UnsupportedPropertyOperatorException
cz.cuni.versatile.api The key elements of the Versatile API.  
 

Uses of UnsupportedPropertyOperatorException in cz.cuni.versatile.api
 

Methods in cz.cuni.versatile.api that throw UnsupportedPropertyOperatorException
 void QueryTemplate.addAssert(java.lang.String uniqueName)
          Add a meta-data predicate using a given property and the PropertyOperators#ASSERT (assert) extrinsic operator.
 void QueryTemplate.addAssertInv(java.lang.String uniqueName)
          Add a meta-data predicate using a given property and the PropertyOperators#ASSERT_INV (assertInv) extrinsic operator.
 void QueryTemplate.addAssertLevel(java.lang.String uniqueName, int level)
          Add a meta-data predicate using a given property and the PropertyOperators#ASSERT_LEVEL (assertLevel) extrinsic operator.
 void QueryTemplate.addEquivalent(java.lang.String uniqueName)
          Add a meta-data predicate using a given property and the PropertyOperators#EQUIVALENT (equivalent) extrinsic operator.
 void QueryTemplate.addComparable(java.lang.String uniqueName)
          Add a meta-data predicate using a given property and the PropertyOperators#COMPARABLE (comparable) extrinsic operator.
 void QueryTemplate.addIsParent(java.lang.String uniqueName)
          Add a meta-data predicate using a given property and the PropertyOperators#IS_PARENT (isParent) extrinsic operator.
 void QueryTemplate.addIsChild(java.lang.String uniqueName)
          Add a meta-data predicate using a given property and the PropertyOperators#IS_CHILD (isChild) extrinsic operator.
 void QueryTemplate.addIsAncestor(java.lang.String uniqueName)
          Add a meta-data predicate using a given property and the PropertyOperators#IS_ANCESTOR (isAncestor) extrinsic operator.
 void QueryTemplate.addIsDescendant(java.lang.String uniqueName)
          Add a meta-data predicate using a given property and the PropertyOperators#IS_DESCENDANT (isDescendant) extrinsic operator.
 void QueryTemplate.addBestMatch(java.lang.String uniqueName)
          Add a meta-data predicate using a given property and the PropertyOperators#BEST_MATCH (bestMatch) extrinsic operator.