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