Package | Description |
---|---|
org.eclipse.incquery.viewmodel.traceability.patterns | |
org.eclipse.incquery.viewmodel.traceability.patterns.util |
Modifier and Type | Method and Description |
---|---|
Param2targetMatch |
Param2targetMatcher.getOneArbitraryMatch(org.eclipse.emf.ecore.EObject pParam,
org.eclipse.emf.ecore.EObject pTarget)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static Param2targetMatch |
Param2targetMatch.newEmptyMatch()
Returns an empty, mutable match.
|
Param2targetMatch |
Param2targetMatcher.newMatch(org.eclipse.emf.ecore.EObject pParam,
org.eclipse.emf.ecore.EObject pTarget)
Returns a new (partial) match.
|
static Param2targetMatch |
Param2targetMatch.newMatch(org.eclipse.emf.ecore.EObject pParam,
org.eclipse.emf.ecore.EObject pTarget)
Returns a new (partial) match.
|
static Param2targetMatch |
Param2targetMatch.newMutableMatch(org.eclipse.emf.ecore.EObject pParam,
org.eclipse.emf.ecore.EObject pTarget)
Returns a mutable (partial) match.
|
Param2targetMatch |
Param2targetMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Param2targetMatch> |
Param2targetMatcher.getAllMatches(org.eclipse.emf.ecore.EObject pParam,
org.eclipse.emf.ecore.EObject 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.emf.ecore.EObject> |
Param2targetMatcher.getAllValuesOfparam(Param2targetMatch partialMatch)
Retrieve the set of values that occur in matches for param.
|
java.util.Set<org.eclipse.emf.ecore.EObject> |
Param2targetMatcher.getAllValuesOftarget(Param2targetMatch partialMatch)
Retrieve the set of values that occur in matches for target.
|
Modifier and Type | Method and Description |
---|---|
void |
Param2targetMatcher.forEachMatch(org.eclipse.emf.ecore.EObject pParam,
org.eclipse.emf.ecore.EObject pTarget,
IMatchProcessor<? super Param2targetMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
Param2targetMatcher.forOneArbitraryMatch(org.eclipse.emf.ecore.EObject pParam,
org.eclipse.emf.ecore.EObject pTarget,
IMatchProcessor<? super Param2targetMatch> 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 |
---|---|
Param2targetMatch |
Param2targetQuerySpecification.newEmptyMatch() |
Param2targetMatch |
Param2targetQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
Param2targetProcessor.process(Param2targetMatch match) |