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

All Superinterfaces:
AtomicStmt, EObject, Notifier
All Known Implementing Classes:
LocStmtImpl

public interface LocStmt
extends AtomicStmt

A representation of the model object 'Loc Stmt'.

The following features are supported:

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

Method Summary
 EList<InterfaceList> getLocals()
          Returns the value of the 'Locals' containment reference list.
 Stmt getStmt()
          Returns the value of the 'Stmt' containment reference.
 void setStmt(Stmt value)
          Sets the value of the 'Stmt' containment reference.
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.AtomicStmt
getExpr, getT03, getT06, getT16, setExpr, setT03, setT06, setT16
 
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

getLocals

EList<InterfaceList> getLocals()
Returns the value of the 'Locals' containment reference list. The list contents are of type InterfaceList.

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

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

getStmt

Stmt getStmt()
Returns the value of the 'Stmt' containment reference.

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

Returns:
the value of the 'Stmt' containment reference.
See Also:
setStmt(Stmt), QuartzPackage.getLocStmt_Stmt()
Generated:
This code was automatically generated.
Model element:
containment=true

setStmt

void setStmt(Stmt value)
Sets the value of the 'Stmt' containment reference.

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