org.mars_sim.msp.core.malfunction
Class MalfunctionEvent
java.lang.Object
org.mars_sim.msp.core.events.HistoricalEvent
org.mars_sim.msp.core.malfunction.MalfunctionEvent
public class MalfunctionEvent
- extends HistoricalEvent
This class represents the historical action of a Malfunction occuring or
being resolved.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MalfunctionEvent
public MalfunctionEvent(Malfunctionable entity,
Malfunction malfunction,
boolean fixed)
- Create an event associated to a Malfunction.
- Parameters:
entity - Malfunctionable entity with problem.malfunction - Problem that has occurred.fixed - Is the malfunction resolved.
Copyright © 2009-2013. All Rights Reserved.