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

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

public interface QModule
extends EObject

A representation of the model object 'QModule'.

The following features are supported:

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

Method Summary
 InterfaceList getIntf()
          Returns the value of the 'Intf' containment reference.
 Name getName()
          Returns the value of the 'Name' containment reference.
 EList<ObservedSpecList> getObs()
          Returns the value of the 'Obs' containment reference list.
 LocStmt getStmt()
          Returns the value of the 'Stmt' containment reference.
 void setIntf(InterfaceList value)
          Sets the value of the 'Intf' containment reference.
 void setName(Name value)
          Sets the value of the 'Name' containment reference.
 void setStmt(LocStmt value)
          Sets the value of the 'Stmt' 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

getName

Name getName()
Returns the value of the 'Name' containment reference.

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

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

setName

void setName(Name value)
Sets the value of the 'Name' containment reference.

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

getIntf

InterfaceList getIntf()
Returns the value of the 'Intf' containment reference.

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

Returns:
the value of the 'Intf' containment reference.
See Also:
setIntf(InterfaceList), QuartzPackage.getQModule_Intf()
Generated:
This code was automatically generated.
Model element:
containment=true

setIntf

void setIntf(InterfaceList value)
Sets the value of the 'Intf' containment reference.

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

getStmt

LocStmt 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(LocStmt), QuartzPackage.getQModule_Stmt()
Generated:
This code was automatically generated.
Model element:
containment=true

setStmt

void setStmt(LocStmt 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.

getObs

EList<ObservedSpecList> getObs()
Returns the value of the 'Obs' containment reference list. The list contents are of type ObservedSpecList.

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

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