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