Package se.liu.ida.critiquer.resources

Classes that define the resources/units/agents in activities.

See:
          Description

Interface Summary
AgentContributionCalculator<T extends Activity> Interface for functions defined by agents that calculate how long a mission takes to complete.
AgentFactory  
ParameterInAgent<T>  
 

Class Summary
Agent Agents are a part of and perform activities.
DefaultAgent  
Leader  
OrganizationModel The organization model represents the available resources that may be used for this scenario To change what resources are used, we must change the constructor so that another agent factory is used to produce our set of agents TODO: Preferably this should be selectable when the planning tool starts, or at least configurable from the command line.
SingleSelectionParameter<T> This class
 

Enum Summary
ParameterInAgent.Type The type of parameter determines whether or not it will be visible in the interface
Suitability  
 

Package se.liu.ida.critiquer.resources Description

Classes that define the resources/units/agents in activities.