|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentParameterName | |
---|---|
se.liu.ida.critiquer.resources | Classes that define the resources/units/agents in activities. |
se.liu.ida.critiquer.scenarios.standard |
Uses of AgentParameterName in se.liu.ida.critiquer.resources |
---|
Methods in se.liu.ida.critiquer.resources that return AgentParameterName | |
---|---|
AgentParameterName |
SingleSelectionParameter.getName()
|
AgentParameterName |
ParameterInAgent.getName()
|
Methods in se.liu.ida.critiquer.resources with parameters of type AgentParameterName | ||
---|---|---|
|
Agent.getParamByClassAndName(Class<C> c,
AgentParameterName name)
|
Constructors in se.liu.ida.critiquer.resources with parameters of type AgentParameterName | |
---|---|
SingleSelectionParameter(AgentParameterName name,
Agent agent,
Vector<T> range,
T defaultObject)
|
Uses of AgentParameterName in se.liu.ida.critiquer.scenarios.standard |
---|
Methods in se.liu.ida.critiquer.scenarios.standard that return AgentParameterName | |
---|---|
AgentParameterName |
InternalAgentParameter.getName()
|
static AgentParameterName |
AgentParameterName.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AgentParameterName[] |
AgentParameterName.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in se.liu.ida.critiquer.scenarios.standard with parameters of type AgentParameterName | |
---|---|
InternalAgentParameter(AgentParameterName name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |