Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
NamespaceImportedMemberMatch |
NamespaceImportedMemberMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.Namespace pNamespace,
org.eclipse.uml2.uml.PackageableElement pImportedMember)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static NamespaceImportedMemberMatch |
NamespaceImportedMemberMatch.newEmptyMatch()
Returns an empty, mutable match.
|
NamespaceImportedMemberMatch |
NamespaceImportedMemberMatcher.newMatch(org.eclipse.uml2.uml.Namespace pNamespace,
org.eclipse.uml2.uml.PackageableElement pImportedMember)
Returns a new (partial) match.
|
static NamespaceImportedMemberMatch |
NamespaceImportedMemberMatch.newMatch(org.eclipse.uml2.uml.Namespace pNamespace,
org.eclipse.uml2.uml.PackageableElement pImportedMember)
Returns a new (partial) match.
|
static NamespaceImportedMemberMatch |
NamespaceImportedMemberMatch.newMutableMatch(org.eclipse.uml2.uml.Namespace pNamespace,
org.eclipse.uml2.uml.PackageableElement pImportedMember)
Returns a mutable (partial) match.
|
NamespaceImportedMemberMatch |
NamespaceImportedMemberMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<NamespaceImportedMemberMatch> |
NamespaceImportedMemberMatcher.getAllMatches(org.eclipse.uml2.uml.Namespace pNamespace,
org.eclipse.uml2.uml.PackageableElement pImportedMember)
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.PackageableElement> |
NamespaceImportedMemberMatcher.getAllValuesOfimportedMember(NamespaceImportedMemberMatch partialMatch)
Retrieve the set of values that occur in matches for importedMember.
|
java.util.Set<org.eclipse.uml2.uml.Namespace> |
NamespaceImportedMemberMatcher.getAllValuesOfnamespace(NamespaceImportedMemberMatch partialMatch)
Retrieve the set of values that occur in matches for namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
NamespaceImportedMemberMatcher.forEachMatch(org.eclipse.uml2.uml.Namespace pNamespace,
org.eclipse.uml2.uml.PackageableElement pImportedMember,
IMatchProcessor<? super NamespaceImportedMemberMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
NamespaceImportedMemberMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.Namespace pNamespace,
org.eclipse.uml2.uml.PackageableElement pImportedMember,
IMatchProcessor<? super NamespaceImportedMemberMatch> 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 |
---|---|
NamespaceImportedMemberMatch |
NamespaceImportedMemberQuerySpecification.newEmptyMatch() |
NamespaceImportedMemberMatch |
NamespaceImportedMemberQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
NamespaceImportedMemberProcessor.process(NamespaceImportedMemberMatch match) |