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