Uses of Interface
org.eclipse.ocl.examples.pivot.QueryBase

Packages that use QueryBase
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.utilities   
 

Uses of QueryBase in org.eclipse.ocl.examples.pivot
 

Subinterfaces of QueryBase in org.eclipse.ocl.examples.pivot
static interface OCL.Query
          Convenient interface aliasing the type parameter substitutions for the UML environment, for ease of typing.
 

Methods in org.eclipse.ocl.examples.pivot that return QueryBase
 QueryBase OCLBase.createQuery(Constraint constraint)
          Creates a new QueryBase encapsulating a constraint with the current environment and extent map.
 QueryBase OCLBase.createQuery(ExpressionInOcl specification)
          Creates a new QueryBase encapsulating a query expression with the current environment and extent map.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type QueryBase
static org.eclipse.emf.common.util.Diagnostic OCLUtil.getEvaluationProblems(QueryBase query)
          Attempts to get evaluation problems available from the last evaluation of the given query.
 

Uses of QueryBase in org.eclipse.ocl.examples.pivot.utilities
 

Classes in org.eclipse.ocl.examples.pivot.utilities that implement QueryBase
 class QueryBaseImpl
          An implementation of the model object 'Query'.
 class QueryImpl
          Implementation of the OCLBase.QueryBase convenience interface.
 

Constructors in org.eclipse.ocl.examples.pivot.utilities with parameters of type QueryBase
QueryImpl(QueryBase delegate, OCL ocl)