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