se.liu.ida.critiquer.resources
Interface ParameterInAgent<T>
- All Known Implementing Classes:
- InternalAgentParameter, SingleSelectionParameter
public interface ParameterInAgent<T>
Nested Class Summary |
static class |
ParameterInAgent.Type
The type of parameter determines whether or not it will be visible in the interface |
getType
ParameterInAgent.Type getType()
setType
void setType(ParameterInAgent.Type type)
getComponent
Component getComponent()
getName
AgentParameterName getName()
getValue
T getValue()