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

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

public interface SeqStmt
extends EObject

A representation of the model object 'Seq Stmt'.

The following features are supported:

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

Method Summary
 EList<AtomicStmt> getS()
          Returns the value of the 'S' containment reference list.
 
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

getS

EList<AtomicStmt> getS()
Returns the value of the 'S' containment reference list. The list contents are of type AtomicStmt.

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

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