Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
NamedElementClientDependencyMatch |
NamedElementClientDependencyMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.NamedElement pSelf,
org.eclipse.uml2.uml.Dependency pD)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static NamedElementClientDependencyMatch |
NamedElementClientDependencyMatch.newEmptyMatch()
Returns an empty, mutable match.
|
static NamedElementClientDependencyMatch |
NamedElementClientDependencyMatch.newMatch(org.eclipse.uml2.uml.NamedElement pSelf,
org.eclipse.uml2.uml.Dependency pD)
Returns a new (partial) match.
|
NamedElementClientDependencyMatch |
NamedElementClientDependencyMatcher.newMatch(org.eclipse.uml2.uml.NamedElement pSelf,
org.eclipse.uml2.uml.Dependency pD)
Returns a new (partial) match.
|
static NamedElementClientDependencyMatch |
NamedElementClientDependencyMatch.newMutableMatch(org.eclipse.uml2.uml.NamedElement pSelf,
org.eclipse.uml2.uml.Dependency pD)
Returns a mutable (partial) match.
|
NamedElementClientDependencyMatch |
NamedElementClientDependencyMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<NamedElementClientDependencyMatch> |
NamedElementClientDependencyMatcher.getAllMatches(org.eclipse.uml2.uml.NamedElement pSelf,
org.eclipse.uml2.uml.Dependency pD)
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.Dependency> |
NamedElementClientDependencyMatcher.getAllValuesOfd(NamedElementClientDependencyMatch partialMatch)
Retrieve the set of values that occur in matches for d.
|
java.util.Set<org.eclipse.uml2.uml.NamedElement> |
NamedElementClientDependencyMatcher.getAllValuesOfself(NamedElementClientDependencyMatch partialMatch)
Retrieve the set of values that occur in matches for self.
|
Modifier and Type | Method and Description |
---|---|
void |
NamedElementClientDependencyMatcher.forEachMatch(org.eclipse.uml2.uml.NamedElement pSelf,
org.eclipse.uml2.uml.Dependency pD,
IMatchProcessor<? super NamedElementClientDependencyMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
NamedElementClientDependencyMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.NamedElement pSelf,
org.eclipse.uml2.uml.Dependency pD,
IMatchProcessor<? super NamedElementClientDependencyMatch> 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 |
---|---|
NamedElementClientDependencyMatch |
NamedElementClientDependencyQuerySpecification.newEmptyMatch() |
NamedElementClientDependencyMatch |
NamedElementClientDependencyQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
NamedElementClientDependencyProcessor.process(NamedElementClientDependencyMatch match) |