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