de.uka.ipd.sdq.markov
Interface Entity

All Known Subinterfaces:
MarkovChain, State, Transition
All Known Implementing Classes:
EntityImpl, MarkovChainImpl, StateImpl, TransitionImpl

public interface Entity

A representation of the model object 'Entity'.

The following features are supported:

See Also:
MarkovPackage.getEntity()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 

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), MarkovPackage.getEntity_Name()

setName

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

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()