Modifier and Type | Interface and Description |
---|---|
interface |
ETypedElementSwitchQuery
A representation of the model object 'ETyped Element Switch Query'.
|
Modifier and Type | Method and Description |
---|---|
Query |
ETypedElementCase.getValue()
Returns the value of the 'Value' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ETypedElementCase.setValue(Query value)
Sets the value of the '
Value ' containment reference. |
Modifier and Type | Interface and Description |
---|---|
interface |
URIImageQuery
A representation of the model object '
URI Image Query'.
|
Modifier and Type | Method and Description |
---|---|
Command |
ICustomizationCommandFactory.addValueInCase(ETypedElementCase elementCase,
Query value) |
Modifier and Type | Method and Description |
---|---|
Command |
IFacetCommandFactory.createEditFacetOperationCommand(DerivedTypedElement dte,
Facet facetContainer,
java.lang.String name,
int lowerBound,
int upperBound,
EClassifier type,
boolean ordered,
boolean unique,
Query query)
Create the command to change the attributes of a FacetOperation.
|
Command |
IFacetCommandFactory.createEditFacetStructuralFeatureCommand(DerivedTypedElement feature,
Facet container,
java.lang.String name,
int lowerBd,
int upperBd,
EClassifier type,
boolean ordered,
boolean unique,
Query query,
boolean volatilee,
boolean change,
boolean derived,
boolean transientt)
Create the command to add an Attribute (facetAttrbute) to an existing
Facet (parent).
|
java.lang.Object |
IDerivedTypedElementManager.evaluate(Query query,
EObject source,
java.util.List<ParameterValue> parameterValues,
IFacetManager facetManager)
Evaluates a query on a model element.
|
Modifier and Type | Method and Description |
---|---|
IQueryImplementation |
IQueryImplementationFactory.create(Query query,
Bundle queryBundle,
IDerivedTypedElementManager manager)
Create a query implementation for the given query.
|
java.lang.Object |
IQueryImplementation.getValue(Query query,
DerivedTypedElement feature,
EObject source,
java.util.List<ParameterValue> parameterValues,
IFacetManager facetManager)
This method must be implemented by each sub class to evaluate a query
|
java.util.List<? extends ETypedElementResult> |
IQueryCollectionImplementation.getValues(Query query,
ETypedElement eTypedElement,
java.util.Collection<? extends EObject> sources,
java.util.List<ParameterValue> arguments)
This method must be implemented by each sub-class to evaluate a query on a collection of elements.
|
void |
IQueryImplementation.setValue(Query query,
DerivedTypedElement feature,
EObject source,
java.util.List<ParameterValue> parameterValues,
java.lang.Object newValue)
This method must be implemented by each sub class that allows to set the value of a derivedTypedElement using a
query
|
void |
IQueryCollectionImplementation.setValues(Query query,
DerivedTypedElement feature,
java.util.Collection<? extends EObject> sources,
java.util.List<ParameterValue> arguments,
java.util.List<? extends java.lang.Object> newValues)
This method must be implemented by each sub-class to set the values of a collection of elements.
|
Modifier and Type | Method and Description |
---|---|
Query |
DerivedTypedElement.getQuery()
Returns the value of the 'Query' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DerivedTypedElement.setQuery(Query value)
Sets the value of the '
Query ' containment reference. |
Modifier and Type | Interface and Description |
---|---|
interface |
EObjectLiteralQuery
A representation of the model object 'EObject Literal Query'.
|
interface |
FalseLiteralQuery
A representation of the model object 'False Literal Query'.
|
interface |
FloatLiteralQuery
A representation of the model object 'Float Literal Query'.
|
interface |
IntegerLiteralQuery
A representation of the model object 'Integer Literal Query'.
|
interface |
IsOneOfQuery
A representation of the model object 'Is One Of Query'.
|
interface |
NavigationQuery
A representation of the model object 'Navigation Query'.
|
interface |
NullLiteralQuery
A representation of the model object 'Null Literal Query'.
|
interface |
OperationCallQuery
A representation of the model object 'Operation Call Query'.
|
interface |
StringLiteralQuery
A representation of the model object 'String Literal Query'.
|
interface |
TrueLiteralQuery
A representation of the model object 'True Literal Query'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JavaQuery
A representation of the model object 'Java Query'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OclQuery
A representation of the model object 'Ocl Query'.
|