org.eclipse.emf.henshin.model
Interface UnaryFormula

All Superinterfaces:
EObject, Formula, ModelElement, Notifier
All Known Subinterfaces:
Not
All Known Implementing Classes:
NotImpl, UnaryFormulaImpl

public interface UnaryFormula
extends ModelElement, Formula

A representation of the model object 'Unary Formula'.

The following features are supported:

See Also:
HenshinPackage.getUnaryFormula()

Method Summary
 Formula getChild()
          Returns the value of the 'Child' containment reference.
 void setChild(Formula value)
          Sets the value of the 'Child' containment reference.
 
Methods inherited from interface org.eclipse.emf.henshin.model.ModelElement
getAnnotations
 
Methods inherited from interface org.eclipse.emf.henshin.model.Formula
isFalse, 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

getChild

Formula getChild()
Returns the value of the 'Child' containment reference.

Returns:
the value of the 'Child' containment reference.
See Also:
setChild(Formula), HenshinPackage.getUnaryFormula_Child()

setChild

void setChild(Formula value)
Sets the value of the 'Child' containment reference.

Parameters:
value - the new value of the 'Child' containment reference.
See Also:
getChild()