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
 
Method Summary
 Component getComponent()
           
 AgentParameterName getName()
           
 ParameterInAgent.Type getType()
           
 T getValue()
           
 void setType(ParameterInAgent.Type type)
           
 

Method Detail

getType

ParameterInAgent.Type getType()

setType

void setType(ParameterInAgent.Type type)

getComponent

Component getComponent()

getName

AgentParameterName getName()

getValue

T getValue()