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