Package se.liu.ida.critiquer.activities.parameters

Parameters of activities Classes related to parameters that define activities.

See:
          Description

Interface Summary
AgentChangedListener  
CommanderAddedListener  
GeoViewParameter Interface for parameters that can be specified in the GeoView, typically locations, areas and such like.
Parameter<T> There may be parameters in activities that are nested within other parameters but may have to be passed as reference to listeners that are interested in knowing when things that affect activities are changed.
TaskViewParameter<C extends JComponent,T>  
 

Class Summary
AbstractTaskViewParameter<C extends JComponent,T>  
ActivityParameter<T> This class describes the parameters that describe an activity When creating a plan, we start by choosing the type of activity which in turn gives us a template hierarchy of activities that we can start to manipulate This structure contains textual information on missions and possibly time dependencies.
AgentParameter One or several agents that are supposed to perform some action are collected by an AgentParameter.
Commander A commander has a list of activities for which this commander is responsible.
CommanderParameter This parameter determines a commander who is responsible for carrying out one or more activities using one or more resources.
Commanders  
DescriptionParameter  
Location A geographical location is modelled using this class.
LocationParameter  
NameParameter  
NumberSelectionParameter  
SelectionParameter<T>  
TimeParameter Parameter that holds a Calendar value.
 

Enum Summary
LocationParameter.Type  
TimeParameter.Type  
 

Package se.liu.ida.critiquer.activities.parameters Description

Parameters of activities

Classes related to parameters that define activities. Activities may have several parameters of each type.