Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
PackageNestingPackageMatch |
PackageNestingPackageMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.Package pNested,
org.eclipse.uml2.uml.Package pNesting)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static PackageNestingPackageMatch |
PackageNestingPackageMatch.newEmptyMatch()
Returns an empty, mutable match.
|
static PackageNestingPackageMatch |
PackageNestingPackageMatch.newMatch(org.eclipse.uml2.uml.Package pNested,
org.eclipse.uml2.uml.Package pNesting)
Returns a new (partial) match.
|
PackageNestingPackageMatch |
PackageNestingPackageMatcher.newMatch(org.eclipse.uml2.uml.Package pNested,
org.eclipse.uml2.uml.Package pNesting)
Returns a new (partial) match.
|
static PackageNestingPackageMatch |
PackageNestingPackageMatch.newMutableMatch(org.eclipse.uml2.uml.Package pNested,
org.eclipse.uml2.uml.Package pNesting)
Returns a mutable (partial) match.
|
PackageNestingPackageMatch |
PackageNestingPackageMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PackageNestingPackageMatch> |
PackageNestingPackageMatcher.getAllMatches(org.eclipse.uml2.uml.Package pNested,
org.eclipse.uml2.uml.Package pNesting)
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> |
PackageNestingPackageMatcher.getAllValuesOfnested(PackageNestingPackageMatch partialMatch)
Retrieve the set of values that occur in matches for nested.
|
java.util.Set<org.eclipse.uml2.uml.Package> |
PackageNestingPackageMatcher.getAllValuesOfnesting(PackageNestingPackageMatch partialMatch)
Retrieve the set of values that occur in matches for nesting.
|
Modifier and Type | Method and Description |
---|---|
void |
PackageNestingPackageMatcher.forEachMatch(org.eclipse.uml2.uml.Package pNested,
org.eclipse.uml2.uml.Package pNesting,
IMatchProcessor<? super PackageNestingPackageMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
PackageNestingPackageMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.Package pNested,
org.eclipse.uml2.uml.Package pNesting,
IMatchProcessor<? super PackageNestingPackageMatch> 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 |
---|---|
PackageNestingPackageMatch |
PackageNestingPackageQuerySpecification.newEmptyMatch() |
PackageNestingPackageMatch |
PackageNestingPackageQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
PackageNestingPackageProcessor.process(PackageNestingPackageMatch match) |