public class StructuralFeatureCheck extends CheckOperation
EStructuralFeature connects two selected variables.| Constructor and Description |
|---|
StructuralFeatureCheck(int sourcePosition,
int targetPosition,
org.eclipse.emf.ecore.EStructuralFeature feature) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
check(MatchingFrame frame)
Executes the checking operation
|
java.util.List<java.lang.Integer> |
getVariablePositions() |
java.lang.String |
toString() |
execute, onBacktrack, onInitializepublic StructuralFeatureCheck(int sourcePosition,
int targetPosition,
org.eclipse.emf.ecore.EStructuralFeature feature)
protected boolean check(MatchingFrame frame) throws LocalSearchException
CheckOperationcheck in class CheckOperationLocalSearchExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<java.lang.Integer> getVariablePositions()