-
- All Known Subinterfaces:
AgentRoute<A>
- All Known Implementing Classes:
AbstractAgentRoute
public interface AgentFactory<A extends Agent>For some classA extends Agent, factory to create instances ofA.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcreateAgent(AgentContext context)Creates an instance ofAwith internal contextcontext.swim.structure.Valueid(swim.uri.Uri nodeUri)swim.structure.Valueprops(swim.uri.Uri nodeUri)
-
-
-
Method Detail
-
createAgent
A createAgent(AgentContext context)
Creates an instance ofAwith internal contextcontext.
-
id
swim.structure.Value id(swim.uri.Uri nodeUri)
-
props
swim.structure.Value props(swim.uri.Uri nodeUri)
-
-