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