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