Uses of Class
se.liu.ida.critiquer.resources.ParameterInAgent.Type

Packages that use ParameterInAgent.Type
se.liu.ida.critiquer.resources Classes that define the resources/units/agents in activities. 
se.liu.ida.critiquer.scenarios.standard   
 

Uses of ParameterInAgent.Type in se.liu.ida.critiquer.resources
 

Methods in se.liu.ida.critiquer.resources that return ParameterInAgent.Type
 ParameterInAgent.Type SingleSelectionParameter.getType()
           
 ParameterInAgent.Type ParameterInAgent.getType()
           
static ParameterInAgent.Type ParameterInAgent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParameterInAgent.Type[] ParameterInAgent.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in se.liu.ida.critiquer.resources with parameters of type ParameterInAgent.Type
 void SingleSelectionParameter.setType(ParameterInAgent.Type type)
           
 void ParameterInAgent.setType(ParameterInAgent.Type type)
           
 

Uses of ParameterInAgent.Type in se.liu.ida.critiquer.scenarios.standard
 

Methods in se.liu.ida.critiquer.scenarios.standard that return ParameterInAgent.Type
 ParameterInAgent.Type InternalAgentParameter.getType()
           
 

Methods in se.liu.ida.critiquer.scenarios.standard with parameters of type ParameterInAgent.Type
 void InternalAgentParameter.setType(ParameterInAgent.Type type)