public class DebugNote extends Message
Constructor and Description |
---|
DebugNote(Model origin,
TimeInstant time,
java.lang.String componentName,
java.lang.String description)
Constructs a debugnote with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOrigin()
Returns the name of the modelcomponent that produced this debugnote.
|
getDescription, getExperimentName, getModelName, getSendTime, getTime, toString
public DebugNote(Model origin, TimeInstant time, java.lang.String componentName, java.lang.String description)
origin
- Model : The model that produced this debugnotedescription
- java.lang.String : The actual debug informationtime
- TimeInstant : The point of simulation time this debugnote was
createdcomponentName
- java.lang.String : The name of the modelcomponent the
debugnote evolved from