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