setAgent method

void setAgent(
  1. AgentFactory agent
)

Implementation

void setAgent(AgentFactory agent) {
  this.agent = agent;
}