M - the type of the simulation modelpublic abstract class SimulationElement extends Object
ISimulationModel interface.| Constructor and Description |
|---|
SimulationElement(ISimulationModel model,
String name) |
| Modifier and Type | Method and Description |
|---|---|
ISimulationModel |
getModel()
Returns the simulation model.
|
String |
getName()
Returns the name of this simulation element.
|
public SimulationElement(ISimulationModel model, String name)
public String getName()
public ISimulationModel getModel()