Uses of Interface
org.eclipse.higgins.idas.cp.jena2.impl.filter.ICondition

Packages that use ICondition
org.eclipse.higgins.idas.cp.jena2.impl.filter   
 

Uses of ICondition in org.eclipse.higgins.idas.cp.jena2.impl.filter
 

Classes in org.eclipse.higgins.idas.cp.jena2.impl.filter that implement ICondition
 class CompoundCondition
           
 class TypeCondition
           
 class UntypedValueCondition
           
 class ValueCondition
           
 

Methods in org.eclipse.higgins.idas.cp.jena2.impl.filter that return ICondition
 ICondition FilterMetadataAssertion.getCondition()
           
 ICondition FilterCUIDAssertion.getCondition()
           
 ICondition FilterTypeAssertion.getCondition()
           
 ICondition Filter.getCondition()
           
 ICondition FilterAttributeAssertion.getCondition()
           
abstract  ICondition FilterAssertion.getCondition()
           
 

Methods in org.eclipse.higgins.idas.cp.jena2.impl.filter with parameters of type ICondition
 void CompoundCondition.addCondition(ICondition condition)