Class TreatVictimsService
- java.lang.Object
- 
- jadex.bdi.examples.disastermanagement.ambulance.TreatVictimsService
 
- 
- All Implemented Interfaces:
- ITreatVictimsService
 
 public class TreatVictimsService extends java.lang.Object implements ITreatVictimsService Treat victims service.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.
 - 
Constructor SummaryConstructors Constructor Description TreatVictimsService()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Get the string representation.ITerminableFuture<java.lang.Void>treatVictims(java.lang.Object disasterId)Treat victims.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 
- 
 - 
Method Detail- 
treatVictimspublic ITerminableFuture<java.lang.Void> treatVictims(java.lang.Object disasterId) Treat victims.- Specified by:
- treatVictimsin interface- ITreatVictimsService
- Parameters:
- disasterId- The disaster id.
- Returns:
- Future, null when done.
 
 - 
toStringpublic java.lang.String toString() Get the string representation.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-