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

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

public interface case_list
extends AtomicStmt

A representation of the model object 'case list'.

The following features are supported:

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

Method Summary
 EList<dUtyExpr> getExp()
          Returns the value of the 'Exp' containment reference list.
 EList<Stmt> getStmt()
          Returns the value of the 'Stmt' containment reference list.
 AtomicStmt getT15()
          Returns the value of the 'T15' containment reference.
 void setT15(AtomicStmt value)
          Sets the value of the 'T15' 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

getExp

EList<dUtyExpr> getExp()
Returns the value of the 'Exp' containment reference list. The list contents are of type dUtyExpr.

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

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

getStmt

EList<Stmt> getStmt()
Returns the value of the 'Stmt' containment reference list. The list contents are of type Stmt.

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

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

getT15

AtomicStmt getT15()
Returns the value of the 'T15' containment reference.

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

Returns:
the value of the 'T15' containment reference.
See Also:
setT15(AtomicStmt), QuartzPackage.getcase_list_T15()
Generated:
This code was automatically generated.
Model element:
containment=true

setT15

void setT15(AtomicStmt value)
Sets the value of the 'T15' containment reference.

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