se.liu.ida.critiquer.scenarios.recon
Class ReconAgentFactory

java.lang.Object
  extended by se.liu.ida.critiquer.scenarios.recon.ReconAgentFactory
All Implemented Interfaces:
AgentFactory

public class ReconAgentFactory
extends Object
implements AgentFactory

Creates the agents that are involved a reconnaisance operation

Author:
olale

Constructor Summary
ReconAgentFactory()
           
 
Method Summary
 Agent getAgentStructure()
          Create a group structure, where the root agent is some abstract rescue unit, which has helicopters, ambulances and police units and homogeneous sub-units
 Agent getAgentStructure(boolean forceUpdate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReconAgentFactory

public ReconAgentFactory()
Method Detail

getAgentStructure

public Agent getAgentStructure()
Description copied from interface: AgentFactory
Create a group structure, where the root agent is some abstract rescue unit, which has helicopters, ambulances and police units and homogeneous sub-units

Specified by:
getAgentStructure in interface AgentFactory

getAgentStructure

public Agent getAgentStructure(boolean forceUpdate)
Specified by:
getAgentStructure in interface AgentFactory