public interface AgentFactory
| Modifier and Type | Method and Description |
|---|---|
SGAgent |
generateAgent(java.lang.String agentName,
SGAgentType type)
Generates a new
SGAgent |
SGAgent generateAgent(java.lang.String agentName, SGAgentType type)
SGAgentagentName - the name for the agenttype - the SGAgentType for the agentSGAgent