Class FeatureComputation
java.lang.Object
org.eclipse.epsilon.flexmi.actions.Action
org.eclipse.epsilon.flexmi.actions.Computation
org.eclipse.epsilon.flexmi.actions.FeatureComputation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected org.eclipse.emf.ecore.EStructuralFeature
Fields inherited from class org.eclipse.epsilon.flexmi.actions.Computation
expression
Fields inherited from class org.eclipse.epsilon.flexmi.actions.Action
eObject, lineNumber, uri
-
Constructor Summary
ConstructorsConstructorDescriptionFeatureComputation
(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, String attribute, String expression, org.eclipse.emf.common.util.URI uri, int lineNumber) -
Method Summary
Modifier and TypeMethodDescriptionvoid
compute
(FlexmiResource resource) org.eclipse.emf.ecore.EStructuralFeature
Methods inherited from class org.eclipse.epsilon.flexmi.actions.Computation
getExpression, perform
Methods inherited from class org.eclipse.epsilon.flexmi.actions.Action
getEObject, getLineNumber, getUri
-
Field Details
-
eStructuralFeature
protected org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature -
attribute
-
-
Constructor Details
-
FeatureComputation
-
-
Method Details
-
compute
- Specified by:
compute
in classComputation
- Throws:
Exception
-
geteStructuralFeature
public org.eclipse.emf.ecore.EStructuralFeature geteStructuralFeature() -
getAttribute
-