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