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