de.cau.cs.kieler.sim.esi.esi
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:
EsiPackage.gettick()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<signal> getInput()
          Returns the value of the 'Input' containment reference list.
 String getN()
          Returns the value of the 'N' attribute.
 EList<signal> getOutput()
          Returns the value of the 'Output' containment reference list.
 void setN(String value)
          Sets the value of the 'N' attribute.
 
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

getInput

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

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

getOutput

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

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

getN

String getN()
Returns the value of the 'N' attribute.

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

Returns:
the value of the 'N' attribute.
See Also:
setN(String), EsiPackage.gettick_N()
Generated:
This code was automatically generated.
Model element

setN

void setN(String value)
Sets the value of the 'N' attribute.

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