Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
NamedElementQualifiedNameMatch |
NamedElementQualifiedNameMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.NamedElement pNamedElement,
java.lang.Object pQualifiedName)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static NamedElementQualifiedNameMatch |
NamedElementQualifiedNameMatch.newEmptyMatch()
Returns an empty, mutable match.
|
static NamedElementQualifiedNameMatch |
NamedElementQualifiedNameMatch.newMatch(org.eclipse.uml2.uml.NamedElement pNamedElement,
java.lang.Object pQualifiedName)
Returns a new (partial) match.
|
NamedElementQualifiedNameMatch |
NamedElementQualifiedNameMatcher.newMatch(org.eclipse.uml2.uml.NamedElement pNamedElement,
java.lang.Object pQualifiedName)
Returns a new (partial) match.
|
static NamedElementQualifiedNameMatch |
NamedElementQualifiedNameMatch.newMutableMatch(org.eclipse.uml2.uml.NamedElement pNamedElement,
java.lang.Object pQualifiedName)
Returns a mutable (partial) match.
|
NamedElementQualifiedNameMatch |
NamedElementQualifiedNameMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<NamedElementQualifiedNameMatch> |
NamedElementQualifiedNameMatcher.getAllMatches(org.eclipse.uml2.uml.NamedElement pNamedElement,
java.lang.Object pQualifiedName)
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.NamedElement> |
NamedElementQualifiedNameMatcher.getAllValuesOfnamedElement(NamedElementQualifiedNameMatch partialMatch)
Retrieve the set of values that occur in matches for namedElement.
|
java.util.Set<java.lang.Object> |
NamedElementQualifiedNameMatcher.getAllValuesOfqualifiedName(NamedElementQualifiedNameMatch partialMatch)
Retrieve the set of values that occur in matches for qualifiedName.
|
Modifier and Type | Method and Description |
---|---|
void |
NamedElementQualifiedNameMatcher.forEachMatch(org.eclipse.uml2.uml.NamedElement pNamedElement,
java.lang.Object pQualifiedName,
IMatchProcessor<? super NamedElementQualifiedNameMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
NamedElementQualifiedNameMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.NamedElement pNamedElement,
java.lang.Object pQualifiedName,
IMatchProcessor<? super NamedElementQualifiedNameMatch> 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 |
---|---|
NamedElementQualifiedNameMatch |
NamedElementQualifiedNameQuerySpecification.newEmptyMatch() |
NamedElementQualifiedNameMatch |
NamedElementQualifiedNameQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
NamedElementQualifiedNameProcessor.process(NamedElementQualifiedNameMatch match) |