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