de.cau.cs.kieler.quartz.editor.quartz
Interface Stmt

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
StmtImpl

public interface Stmt
extends EObject

A representation of the model object 'Stmt'.

The following features are supported:

See Also:
QuartzPackage.getStmt()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 SeqStmt getLeft()
          Returns the value of the 'Left' containment reference.
 EList<SeqStmt> getRight()
          Returns the value of the 'Right' containment reference list.
 void setLeft(SeqStmt value)
          Sets the value of the 'Left' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getLeft

SeqStmt getLeft()
Returns the value of the 'Left' containment reference.

If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Left' containment reference.
See Also:
setLeft(SeqStmt), QuartzPackage.getStmt_Left()
Generated:
This code was automatically generated.
Model element:
containment=true

setLeft

void setLeft(SeqStmt value)
Sets the value of the 'Left' containment reference.

Parameters:
value - the new value of the 'Left' containment reference.
See Also:
getLeft()
Generated:
This code was automatically generated.

getRight

EList<SeqStmt> getRight()
Returns the value of the 'Right' containment reference list. The list contents are of type SeqStmt.

If the meaning of the 'Right' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Right' containment reference list.
See Also:
QuartzPackage.getStmt_Right()
Generated:
This code was automatically generated.
Model element:
containment=true