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

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

public interface Tick
extends EObject

A representation of the model object 'Tick'.

The following features are supported:

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

Method Summary
 EList<Data> getInput()
          Returns the value of the 'Input' containment reference list.
 EList<Data> getLocal()
          Returns the value of the 'Local' containment reference list.
 int getNr()
          Returns the value of the 'Nr' attribute.
 EList<Data> getOutput()
          Returns the value of the 'Output' containment reference list.
 void setNr(int value)
          Sets the value of the 'Nr' attribute.
 
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

getNr

int getNr()
Returns the value of the 'Nr' attribute.

If the meaning of the 'Nr' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Nr' attribute.
See Also:
setNr(int), RifPackage.getTick_Nr()
Generated:
This code was automatically generated.
Model element

setNr

void setNr(int value)
Sets the value of the 'Nr' attribute.

Parameters:
value - the new value of the 'Nr' attribute.
See Also:
getNr()
Generated:
This code was automatically generated.

getInput

EList<Data> getInput()
Returns the value of the 'Input' containment reference list. The list contents are of type Data.

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

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

getOutput

EList<Data> getOutput()
Returns the value of the 'Output' containment reference list. The list contents are of type Data.

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

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

getLocal

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

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