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