org.mars_sim.msp.simulation.person.ai.task
Interface Repair

All Known Implementing Classes:
RepairEmergencyMalfunction, RepairEVAMalfunction, RepairMalfunction

public interface Repair

The Repair interface is a task for repairing malfunction.


Method Summary
 Malfunctionable getEntity()
          Gets the malfunctionable entity the person is currently repairing or null if none.
 

Method Detail

getEntity

Malfunctionable getEntity()
Gets the malfunctionable entity the person is currently repairing or null if none.

Returns:
entity