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