org.eclipse.emf.henshin.model
Interface Formula

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
And, BinaryFormula, NestedCondition, Not, Or, UnaryFormula, Xor
All Known Implementing Classes:
AndImpl, BinaryFormulaImpl, NestedConditionImpl, NotImpl, OrImpl, UnaryFormulaImpl, XorImpl

public interface Formula
extends EObject

A representation of the model object 'Formula'.

See Also:
HenshinPackage.getFormula()

Method Summary
 boolean isFalse()
           
 boolean isTrue()
           
 
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
 

Method Detail

isTrue

boolean isTrue()


isFalse

boolean isFalse()