public class MoveFeature extends OperationImplementation
| Modifier and Type | Field and Description |
|---|---|
org.eclipse.emf.ecore.EStructuralFeature |
feature |
org.eclipse.emf.ecore.EReference |
reference |
| Constructor and Description |
|---|
MoveFeature() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkFeatureNameUniqueInTargetClass() |
boolean |
checkReferenceInSameClass(org.eclipse.emf.ecore.EReference reference) |
boolean |
checkReferenceOppositeSingleValued() |
boolean |
checkReferenceSingleValued() |
void |
execute(Metamodel metamodel,
Model model)
Execute the operation.
|
checkAndExecute, checkPreconditions, checkRestriction, checkRestriction, initializepublic org.eclipse.emf.ecore.EStructuralFeature feature
public org.eclipse.emf.ecore.EReference reference
public boolean checkReferenceInSameClass(org.eclipse.emf.ecore.EReference reference)
public boolean checkReferenceSingleValued()
public boolean checkReferenceOppositeSingleValued()
public boolean checkFeatureNameUniqueInTargetClass()
Copyright © 2020. All rights reserved.