Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
OpaqueExpressionResultMatch |
OpaqueExpressionResultMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.OpaqueExpression pSource,
org.eclipse.uml2.uml.Parameter pTarget)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static OpaqueExpressionResultMatch |
OpaqueExpressionResultMatch.newEmptyMatch()
Returns an empty, mutable match.
|
OpaqueExpressionResultMatch |
OpaqueExpressionResultMatcher.newMatch(org.eclipse.uml2.uml.OpaqueExpression pSource,
org.eclipse.uml2.uml.Parameter pTarget)
Returns a new (partial) match.
|
static OpaqueExpressionResultMatch |
OpaqueExpressionResultMatch.newMatch(org.eclipse.uml2.uml.OpaqueExpression pSource,
org.eclipse.uml2.uml.Parameter pTarget)
Returns a new (partial) match.
|
static OpaqueExpressionResultMatch |
OpaqueExpressionResultMatch.newMutableMatch(org.eclipse.uml2.uml.OpaqueExpression pSource,
org.eclipse.uml2.uml.Parameter pTarget)
Returns a mutable (partial) match.
|
OpaqueExpressionResultMatch |
OpaqueExpressionResultMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<OpaqueExpressionResultMatch> |
OpaqueExpressionResultMatcher.getAllMatches(org.eclipse.uml2.uml.OpaqueExpression pSource,
org.eclipse.uml2.uml.Parameter pTarget)
Returns the set of all matches of the pattern that conform to the given fixed values of some parameters.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<org.eclipse.uml2.uml.OpaqueExpression> |
OpaqueExpressionResultMatcher.getAllValuesOfsource(OpaqueExpressionResultMatch partialMatch)
Retrieve the set of values that occur in matches for source.
|
java.util.Set<org.eclipse.uml2.uml.Parameter> |
OpaqueExpressionResultMatcher.getAllValuesOftarget(OpaqueExpressionResultMatch partialMatch)
Retrieve the set of values that occur in matches for target.
|
Modifier and Type | Method and Description |
---|---|
void |
OpaqueExpressionResultMatcher.forEachMatch(org.eclipse.uml2.uml.OpaqueExpression pSource,
org.eclipse.uml2.uml.Parameter pTarget,
IMatchProcessor<? super OpaqueExpressionResultMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
OpaqueExpressionResultMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.OpaqueExpression pSource,
org.eclipse.uml2.uml.Parameter pTarget,
IMatchProcessor<? super OpaqueExpressionResultMatch> processor)
Executes the given processor on an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
Modifier and Type | Method and Description |
---|---|
OpaqueExpressionResultMatch |
OpaqueExpressionResultQuerySpecification.newEmptyMatch() |
OpaqueExpressionResultMatch |
OpaqueExpressionResultQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
OpaqueExpressionResultProcessor.process(OpaqueExpressionResultMatch match) |