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