Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
PackageVisibleMemberMatch |
PackageVisibleMemberMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.Package pPackage_,
org.eclipse.uml2.uml.PackageableElement pVisibleMember)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static PackageVisibleMemberMatch |
PackageVisibleMemberMatch.newEmptyMatch()
Returns an empty, mutable match.
|
static PackageVisibleMemberMatch |
PackageVisibleMemberMatch.newMatch(org.eclipse.uml2.uml.Package pPackage_,
org.eclipse.uml2.uml.PackageableElement pVisibleMember)
Returns a new (partial) match.
|
PackageVisibleMemberMatch |
PackageVisibleMemberMatcher.newMatch(org.eclipse.uml2.uml.Package pPackage_,
org.eclipse.uml2.uml.PackageableElement pVisibleMember)
Returns a new (partial) match.
|
static PackageVisibleMemberMatch |
PackageVisibleMemberMatch.newMutableMatch(org.eclipse.uml2.uml.Package pPackage_,
org.eclipse.uml2.uml.PackageableElement pVisibleMember)
Returns a mutable (partial) match.
|
PackageVisibleMemberMatch |
PackageVisibleMemberMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PackageVisibleMemberMatch> |
PackageVisibleMemberMatcher.getAllMatches(org.eclipse.uml2.uml.Package pPackage_,
org.eclipse.uml2.uml.PackageableElement pVisibleMember)
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.Package> |
PackageVisibleMemberMatcher.getAllValuesOfpackage_(PackageVisibleMemberMatch partialMatch)
Retrieve the set of values that occur in matches for package_.
|
java.util.Set<org.eclipse.uml2.uml.PackageableElement> |
PackageVisibleMemberMatcher.getAllValuesOfvisibleMember(PackageVisibleMemberMatch partialMatch)
Retrieve the set of values that occur in matches for visibleMember.
|
Modifier and Type | Method and Description |
---|---|
void |
PackageVisibleMemberMatcher.forEachMatch(org.eclipse.uml2.uml.Package pPackage_,
org.eclipse.uml2.uml.PackageableElement pVisibleMember,
IMatchProcessor<? super PackageVisibleMemberMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
PackageVisibleMemberMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.Package pPackage_,
org.eclipse.uml2.uml.PackageableElement pVisibleMember,
IMatchProcessor<? super PackageVisibleMemberMatch> 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 |
---|---|
PackageVisibleMemberMatch |
PackageVisibleMemberQuerySpecification.newEmptyMatch() |
PackageVisibleMemberMatch |
PackageVisibleMemberQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
PackageVisibleMemberProcessor.process(PackageVisibleMemberMatch match) |