|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mars_sim.msp.simulation.events.HistoricalEvent
org.mars_sim.msp.simulation.malfunction.MalfunctionEvent
public class MalfunctionEvent
This class represents the historical action of a Malfunction occuring or being resolved.
Constructor Summary | |
---|---|
MalfunctionEvent(Malfunctionable entity,
Malfunction malfunction,
boolean fixed)
Create an event associated to a Malfunction. |
Method Summary |
---|
Methods inherited from class org.mars_sim.msp.simulation.events.HistoricalEvent |
---|
getCategory, getDescription, getSource, getTimestamp, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MalfunctionEvent(Malfunctionable entity, Malfunction malfunction, boolean fixed)
entity
- Malfunctionable entity with problem.malfunction
- Problem that has occured.fixed
- Is the malfunction resolved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |