Package de.sebinside.dcp.dsl.dSL
Interface Operation
-
- All Known Subinterfaces:
BooleanOperation
,CharacteristsicSetOperation
,ComplementOperation
,CreateSetOperation
,ElementOfOperation
,EmptySetOperation
,GreaterThanOperation
,IndexOperation
,IntersectionOperation
,LessThanOperation
,LogicalAndOperation
,LogicalNegationOperation
,LogicalOrOperation
,NumericOperation
,SimpleBooleanOperation
,SubsetOperation
,SubtractOperation
,UnionOperation
,VariableEqualityOperation
,VariableInequalityOperation
- All Known Implementing Classes:
BooleanOperationImpl
,CharacteristsicSetOperationImpl
,ComplementOperationImpl
,CreateSetOperationImpl
,ElementOfOperationImpl
,EmptySetOperationImpl
,GreaterThanOperationImpl
,IndexOperationImpl
,IntersectionOperationImpl
,LessThanOperationImpl
,LogicalAndOperationImpl
,LogicalNegationOperationImpl
,LogicalOrOperationImpl
,NumericOperationImpl
,OperationImpl
,SimpleBooleanOperationImpl
,SubsetOperationImpl
,SubtractOperationImpl
,UnionOperationImpl
,VariableEqualityOperationImpl
,VariableInequalityOperationImpl
public interface Operation extends EObject
A representation of the model object 'Operation'.- See Also:
DSLPackage.getOperation()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-