|
 |
|
|
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
O
-
ObjectInstanceCondition - Class in
org.eclipse.emf.query.conditions
- A
Condition that tests whether the argument object instance
equals a given object. -
ObjectInstanceCondition(Object) -
Constructor for class org.eclipse.emf.query.conditions.
ObjectInstanceCondition
- A simple constructor.
-
OCLCondition - Class in
org.eclipse.emf.query.ocl.conditions
-
Deprecated. Prefer the
AbstractOCLCondition class, which supports
customization of the OCL parsing environment as well as other metamodels
than Ecore
-
OCLCondition(String, EClass, IEStructuralFeatureValueGetter) -
Constructor for class org.eclipse.emf.query.ocl.conditions.
OCLCondition
-
Deprecated. Initializes a query condition with an OCL expression string, an
EClass representing the EObject type which the OCL
expression uses as a context, and an
IEStructuralFeatureValueGetter to use to get values of
EStructuralFeature s referenced by the OCL
expression.
-
OCLCondition(String, EClass, IEStructuralFeatureValueGetter, PruneHandler) -
Constructor for class org.eclipse.emf.query.ocl.conditions.
OCLCondition
-
Deprecated. Initializes a query condition with an OCL expression string, an
EClass representing the EObject type which the OCL
expression uses as a context, an IEStructuralFeatureValueGetter
to use to get values of EStructuralFeature s
referenced by the OCL expression, and a PruneHandler to consult
for pruning the content tree.
-
OCLCondition(Query, EClass, IEStructuralFeatureValueGetter, PruneHandler) -
Constructor for class org.eclipse.emf.query.ocl.conditions.
OCLCondition
-
Deprecated. Initializes a query condition with a compiled OCL query, an
EClass representing the EObject type which the OCL
expression uses as a context, an IEStructuralFeatureValueGetter
to use to get values of EStructuralFeature s
referenced by the OCL expression, and a PruneHandler to consult
for pruning the content tree.
-
OCLConstraintCondition - Class in
org.eclipse.emf.query.ocl.conditions
-
Deprecated. Prefer the
BooleanOCLCondition class, which supports
customization of the OCL parsing environment as well as other metamodels
than Ecore
-
OCLConstraintCondition(String, EClass, IEStructuralFeatureValueGetter) -
Constructor for class org.eclipse.emf.query.ocl.conditions.
OCLConstraintCondition
-
Deprecated. Initializes a constraint condition with an OCL expression string, an
EClass representing the EObject type which the OCL
expression uses as a context, and an
IEStructuralFeatureValueGetter to use to get values of
StructuralFeature s referenced by the OCL
expression.
-
OCLConstraintCondition(String, EClass) -
Constructor for class org.eclipse.emf.query.ocl.conditions.
OCLConstraintCondition
-
Deprecated. Initializes a constraint condition with an OCL expression string, an
EClass representing the EObject type which the OCL
expression uses as a context, and an
IEStructuralFeatureValueGetter to use to get values of
StructuralFeature s referenced by the OCL
expression.
-
OCLConstraintCondition(String, EClass, IEStructuralFeatureValueGetter, PruneHandler) -
Constructor for class org.eclipse.emf.query.ocl.conditions.
OCLConstraintCondition
-
Deprecated. Initializes a constraint condition with an OCL expression string, an
EClass representing the EObject type which the OCL
expression uses as a context, an IEStructuralFeatureValueGetter
to use to get values of StructuralFeature s
referenced by the OCL expression, and a PruneHandler to consult
for pruning the content tree.
-
OCLConstraintCondition(Query, EClass, IEStructuralFeatureValueGetter, PruneHandler) -
Constructor for class org.eclipse.emf.query.ocl.conditions.
OCLConstraintCondition
-
Deprecated. Initializes a constraint condition with a compiled OCL query, an
EClass representing the EObject type which the OCL
expression uses as a context, an IEStructuralFeatureValueGetter
to use to get values of StructuralFeature s
referenced by the OCL expression, and a PruneHandler to consult
for pruning the content tree.
-
OCLConstraintCondition(Query, EClass, PruneHandler) -
Constructor for class org.eclipse.emf.query.ocl.conditions.
OCLConstraintCondition
-
Deprecated.
Initializes a constraint condition with a compiled OCL query, an
EClass representing the EObject type which the OCL
expression uses as a context, an IEStructuralFeatureValueGetter
to use to get values of StructuralFeature s
referenced by the OCL expression, and a PruneHandler to consult
for pruning the content tree.
-
operator -
Variable in class org.eclipse.emf.query.conditions.numbers.
NumberCondition
- The operator of a relational condition.
-
OR(Condition) -
Method in class org.eclipse.emf.query.conditions.
Condition
- This operation acts like a logical OR between this
Condition
and the argument Condition .
-
OR(EObjectCondition) -
Method in class org.eclipse.emf.query.conditions.eobjects.
EObjectCondition
- This operation acts like a logical OR between this
EObjectCondition and the argument
EObjectCondition .
-
org.eclipse.emf.query.conditions - package org.eclipse.emf.query.conditions
- EMF Query Conditions.
-
org.eclipse.emf.query.conditions.booleans - package org.eclipse.emf.query.conditions.booleans
- EMF Query Conditions Booleans.
-
org.eclipse.emf.query.conditions.eobjects - package org.eclipse.emf.query.conditions.eobjects
- EMF Query Conditions EObjects.
-
org.eclipse.emf.query.conditions.eobjects.structuralfeatures - package org.eclipse.emf.query.conditions.eobjects.structuralfeatures
- EMF Query Conditions EStructuralFeatures.
-
org.eclipse.emf.query.conditions.numbers - package org.eclipse.emf.query.conditions.numbers
- EMF Query Conditions Numbers
Package Specification
This package exposes the basic numeric based Condition objects that are used to formulate queries.
-
org.eclipse.emf.query.conditions.strings - package org.eclipse.emf.query.conditions.strings
- EMF Query Conditions Strings
Package Specification
This package exposes the basic string based Condition objects that are used to formulate queries.
-
org.eclipse.emf.query.handlers - package org.eclipse.emf.query.handlers
- EMF Query Handlers
Package Specification
This package exposes the basic PruneHandler object that are used to help EObject related Conditions to prune the to-be-visited children tree.
-
org.eclipse.emf.query.ocl.conditions - package org.eclipse.emf.query.ocl.conditions
- Object Constraint Language extensions to the EMF Query Conditions framework.
-
org.eclipse.emf.query.statements - package org.eclipse.emf.query.statements
- This package contains usable query statements and their required clauses.
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
|
|
|