Uses of Class
se.liu.ida.critiquer.activities.parameters.Commander

Packages that use Commander
se.liu.ida.critiquer.activities Activity package Classes that define the basic behaviour of classes. 
se.liu.ida.critiquer.activities.parameters Parameters of activities Classes related to parameters that define activities. 
 

Uses of Commander in se.liu.ida.critiquer.activities
 

Methods in se.liu.ida.critiquer.activities that return Commander
static Commander ActivityUtils.getCommander(Activity activity)
           
 

Uses of Commander in se.liu.ida.critiquer.activities.parameters
 

Methods in se.liu.ida.critiquer.activities.parameters that return Commander
 Commander AgentParameter.getCommander()
           
 

Methods in se.liu.ida.critiquer.activities.parameters that return types with arguments of type Commander
 HashMap<String,Commander> Commanders.getCommanders()
           
 

Methods in se.liu.ida.critiquer.activities.parameters with parameters of type Commander
 void Commanders.addCommander(Commander commander)
           
 void CommanderParameter.commanderAdded(Commander commander)
          When the user has typed a new unique name of a commander, update the model used by the list component.
 void CommanderAddedListener.commanderAdded(Commander commander)
           
 

Constructors in se.liu.ida.critiquer.activities.parameters with parameters of type Commander
AgentParameter(String string, Commander commander)