Package de.sebinside.dcp.dsl.dSL
Interface BooleanOperation
-
- All Known Subinterfaces:
ElementOfOperation
,EmptySetOperation
,GreaterThanOperation
,LessThanOperation
,LogicalAndOperation
,LogicalNegationOperation
,LogicalOrOperation
,SimpleBooleanOperation
,SubsetOperation
,VariableEqualityOperation
,VariableInequalityOperation
- All Known Implementing Classes:
BooleanOperationImpl
,ElementOfOperationImpl
,EmptySetOperationImpl
,GreaterThanOperationImpl
,LessThanOperationImpl
,LogicalAndOperationImpl
,LogicalNegationOperationImpl
,LogicalOrOperationImpl
,SimpleBooleanOperationImpl
,SubsetOperationImpl
,VariableEqualityOperationImpl
,VariableInequalityOperationImpl
public interface BooleanOperation extends Operation
A representation of the model object 'Boolean Operation'.- See Also:
DSLPackage.getBooleanOperation()
- 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
-
-