public class SpecializeReference extends OperationImplementation
| Modifier and Type | Field and Description |
|---|---|
int |
lowerBound |
org.eclipse.emf.ecore.EReference |
reference |
org.eclipse.emf.ecore.EClass |
type |
int |
upperBound |
| Constructor and Description |
|---|
SpecializeReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkReferenceMultiplicityRestricted() |
boolean |
checkType(org.eclipse.emf.ecore.EClass type) |
void |
execute(Metamodel metamodel,
Model model)
Execute the operation.
|
void |
initialize(Metamodel metamodel)
Initialize the parameters of the operation.
|
checkAndExecute, checkPreconditions, checkRestriction, checkRestrictionpublic org.eclipse.emf.ecore.EReference reference
public org.eclipse.emf.ecore.EClass type
public int lowerBound
public int upperBound
public boolean checkType(org.eclipse.emf.ecore.EClass type)
public boolean checkReferenceMultiplicityRestricted()
public void initialize(Metamodel metamodel)
initialize in class OperationImplementationCopyright © 2020. All rights reserved.