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