Interface ComputationValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,org.eclipse.emf.common.notify.Notifier
,ValueReference
- All Known Subinterfaces:
AggregatedValue
,FunctionEvaluationValue
- All Known Implementing Classes:
AggregatedValueImpl
,ComputationValueImpl
,FunctionEvaluationValueImpl
public interface ComputationValue extends ValueReference
A representation of the model object 'Computation Value'.- See Also:
PatternLanguagePackage.getComputationValue()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Method Detail
-
toString
java.lang.String toString()
- Specified by:
toString
in interfaceExpression
- Specified by:
toString
in interfaceValueReference
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-