de.cau.cs.kieler.krep.editors.rif.rif
Interface Trace

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

public interface Trace
extends EObject

A representation of the model object 'Trace'.

The following features are supported:

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

Method Summary
 EList<decl> getInputs()
          Returns the value of the 'Inputs' containment reference list.
 EList<decl> getLocal()
          Returns the value of the 'Local' containment reference list.
 EList<decl> getOutputs()
          Returns the value of the 'Outputs' containment reference list.
 EList<Tick> getTick()
          Returns the value of the 'Tick' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getInputs

EList<decl> getInputs()
Returns the value of the 'Inputs' containment reference list. The list contents are of type decl.

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

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

getOutputs

EList<decl> getOutputs()
Returns the value of the 'Outputs' containment reference list. The list contents are of type decl.

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

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

getLocal

EList<decl> getLocal()
Returns the value of the 'Local' containment reference list. The list contents are of type decl.

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

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

getTick

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

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

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