|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
---|---|
org.eclipse.emf.ocl.query | Object Constraint Language query/constraint evaluation API. |
org.eclipse.emf.ocl.query.impl | Implementation of the API for OCL queries. |
org.eclipse.emf.ocl.query.util | EMF utilities for the OCL query API. |
Uses of Query in org.eclipse.emf.ocl.query |
---|
Methods in org.eclipse.emf.ocl.query that return Query | |
Query |
QueryFactory.createQuery(java.lang.String expr,
org.eclipse.emf.ecore.EClassifier context)
Creates an OCL query from the specified OCL expression string, for the given OCL classifier context. |
Query |
QueryFactory.createQuery()
Returns a new object of class 'Query' |
Query |
QueryFactory.createQuery(OCLExpression expr)
Creates a query from an OCLExpression (constraint or query).
|
Uses of Query in org.eclipse.emf.ocl.query.impl |
---|
Classes in org.eclipse.emf.ocl.query.impl that implement Query | |
class |
QueryImpl
An implementation of the model object 'Query' |
Methods in org.eclipse.emf.ocl.query.impl that return Query | |
Query |
QueryFactoryImpl.createQuery()
|
Query |
QueryFactoryImpl.createQuery(java.lang.String expr,
org.eclipse.emf.ecore.EClassifier context)
|
Query |
QueryFactoryImpl.createQuery(OCLExpression expr)
|
Uses of Query in org.eclipse.emf.ocl.query.util |
---|
Methods in org.eclipse.emf.ocl.query.util with parameters of type Query | |
java.lang.Object |
QuerySwitch.caseQuery(Query object)
Returns the result of interpretting the object as an instance of 'Query' |
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |