de.cau.cs.kieler.sim.esi.esi
Interface signal

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

public interface signal
extends EObject

A representation of the model object 'signal'.

The following features are supported:

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

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 int getVal()
          Returns the value of the 'Val' attribute.
 boolean isValued()
          Returns the value of the 'Valued' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setVal(int value)
          Sets the value of the 'Val' attribute.
 void setValued(boolean value)
          Sets the value of the 'Valued' 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

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EsiPackage.getsignal_Name()
Generated:
This code was automatically generated.
Model element

setName

void setName(String value)
Sets the value of the 'Name' attribute.

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

isValued

boolean isValued()
Returns the value of the 'Valued' attribute.

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

Returns:
the value of the 'Valued' attribute.
See Also:
setValued(boolean), EsiPackage.getsignal_Valued()
Generated:
This code was automatically generated.
Model element

setValued

void setValued(boolean value)
Sets the value of the 'Valued' attribute.

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

getVal

int getVal()
Returns the value of the 'Val' attribute.

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

Returns:
the value of the 'Val' attribute.
See Also:
setVal(int), EsiPackage.getsignal_Val()
Generated:
This code was automatically generated.
Model element

setVal

void setVal(int value)
Sets the value of the 'Val' attribute.

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