Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
ClassifierParentsMatch |
ClassifierParentsMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.Classifier pSelf,
org.eclipse.uml2.uml.Classifier pClassifier)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static ClassifierParentsMatch |
ClassifierParentsMatch.newEmptyMatch()
Returns an empty, mutable match.
|
ClassifierParentsMatch |
ClassifierParentsMatcher.newMatch(org.eclipse.uml2.uml.Classifier pSelf,
org.eclipse.uml2.uml.Classifier pClassifier)
Returns a new (partial) match.
|
static ClassifierParentsMatch |
ClassifierParentsMatch.newMatch(org.eclipse.uml2.uml.Classifier pSelf,
org.eclipse.uml2.uml.Classifier pClassifier)
Returns a new (partial) match.
|
static ClassifierParentsMatch |
ClassifierParentsMatch.newMutableMatch(org.eclipse.uml2.uml.Classifier pSelf,
org.eclipse.uml2.uml.Classifier pClassifier)
Returns a mutable (partial) match.
|
ClassifierParentsMatch |
ClassifierParentsMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ClassifierParentsMatch> |
ClassifierParentsMatcher.getAllMatches(org.eclipse.uml2.uml.Classifier pSelf,
org.eclipse.uml2.uml.Classifier pClassifier)
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> |
ClassifierParentsMatcher.getAllValuesOfclassifier(ClassifierParentsMatch partialMatch)
Retrieve the set of values that occur in matches for classifier.
|
java.util.Set<org.eclipse.uml2.uml.Classifier> |
ClassifierParentsMatcher.getAllValuesOfself(ClassifierParentsMatch partialMatch)
Retrieve the set of values that occur in matches for self.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassifierParentsMatcher.forEachMatch(org.eclipse.uml2.uml.Classifier pSelf,
org.eclipse.uml2.uml.Classifier pClassifier,
IMatchProcessor<? super ClassifierParentsMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
ClassifierParentsMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.Classifier pSelf,
org.eclipse.uml2.uml.Classifier pClassifier,
IMatchProcessor<? super ClassifierParentsMatch> 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 |
---|---|
ClassifierParentsMatch |
ClassifierParentsQuerySpecification.newEmptyMatch() |
ClassifierParentsMatch |
ClassifierParentsQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
ClassifierParentsProcessor.process(ClassifierParentsMatch match) |