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