OCLCondition.getEStructuralFeatureValueGetter() Deprecated. Retrieves the strategy used by this OCLCondition to access
the values of EStructuralFeatures of model
elements.
AbstractOCLCondition.getEStructuralFeatureValueGetter()
Retrieves the strategy used by this OCL condition to access
the values of structural featuress of model elements.
AbstractOCLCondition(
Environment<?,
C,?,?,?,?,?,?,?,?,
CLS,
E> env,
Query<
C,
CLS,
E> oclQuery,
C contextClassifier,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter,
PruneHandler pruneHandler)
Initializes a query condition with compiled OCL query, a context
classifier representing the type of "self" in the OCL expression, and an
IEStructuralFeatureValueGetter to use to resolve the context
element for safe access to structural features, and a
PruneHandler to consult for pruning the content tree.
AbstractOCLCondition(
Environment<?,
C,?,?,?,?,?,?,?,?,
CLS,
E> env,
String oclExpressionString,
C contextClassifier,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
Initializes a query condition with an OCL expression string, a context
classifier representing the type of "self" in the OCL expression, and an
IEStructuralFeatureValueGetter to use to resolve the context
element for safe access to structural features.
AbstractOCLCondition(
Environment<?,
C,?,?,?,?,?,?,?,?,
CLS,
E> env,
String oclExpressionString,
C contextClassifier,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter,
PruneHandler pruneHandler)
Initializes a query condition with an OCL expression string, a context
classifier representing the type of "self" in the OCL expression, and an
IEStructuralFeatureValueGetter to use to resolve the context
element for safe access to structural features, and a prune-handler
to consult for pruning the object tree.
BooleanOCLCondition(
Environment<?,
C,?,?,?,?,?,?,?,?,
CLS,
E> env,
Query<
C,
CLS,
E> oclQuery,
C contextClassifier,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter,
PruneHandler pruneHandler)
Initializes a constraint condition with an OCL expression string, a context
classifier representing the type of "self" in the OCL expression, an
IEStructuralFeatureValueGetter to use to resolve the context
element for safe access to structural features, and a
PruneHandler.NEVER to consult for pruning the content tree.
BooleanOCLCondition(
Environment<?,
C,?,?,?,?,?,?,?,?,
CLS,
E> env,
String oclExpressionString,
C contextClassifier,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
Initializes a constraint condition with an OCL expression string, a context
classifier representing the type of "self" in the OCL expression, and an
IEStructuralFeatureValueGetter to use to resolve the context
element for safe access to structural features.
BooleanOCLCondition(
Environment<?,
C,?,?,?,?,?,?,?,?,
CLS,
E> env,
String oclExpressionString,
C contextClassifier,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter,
PruneHandler pruneHandler)
Initializes a constraint condition with an OCL expression string, a context
classifier representing the type of "self" in the OCL expression, an
IEStructuralFeatureValueGetter to use to resolve the context
element for safe access to structural features, and a
PruneHandler.NEVER to consult for pruning the content tree.
OCLCondition(
Query oclQuery,
EClass contextEObjectType,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter,
PruneHandler pruneHandler) 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 EStructuralFeatures
referenced by the OCL expression, and a PruneHandler to consult
for pruning the content tree.
OCLCondition(
String oclExpressionString,
EClass contextEObjectType,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter) 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
EStructuralFeatures referenced by the OCL
expression.
OCLCondition(
String oclExpressionString,
EClass contextEObjectType,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter,
PruneHandler pruneHandler) 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 EStructuralFeatures
referenced by the OCL expression, and a PruneHandler to consult
for pruning the content tree.
OCLConstraintCondition(
Query oclQuery,
EClass contextEObjectType,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter,
PruneHandler pruneHandler) 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 StructuralFeatures
referenced by the OCL expression, and a PruneHandler to consult
for pruning the content tree.
OCLConstraintCondition(
String oclExpressionString,
EClass contextEObjectType,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter) 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
StructuralFeatures referenced by the OCL
expression.
OCLConstraintCondition(
String oclExpressionString,
EClass contextEObjectType,
IEStructuralFeatureValueGetter eStructuralFeatureValueGetter,
PruneHandler pruneHandler) 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 StructuralFeatures
referenced by the OCL expression, and a PruneHandler to consult
for pruning the content tree.