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