- All Known Subinterfaces:
AgentRoute<A>
- All Known Implementing Classes:
AbstractAgentRoute
public interface AgentFactory<A extends Agent>
For some class
A extends Agent, factory to create instances of
A.-
Method Summary
Modifier and TypeMethodDescriptioncreateAgent(AgentContext context) Creates an instance ofAwith internal contextcontext.swim.structure.Valueid(swim.uri.Uri nodeUri) swim.structure.Valueprops(swim.uri.Uri nodeUri)
-
Method Details
-
createAgent
Creates an instance ofAwith internal contextcontext. -
id
swim.structure.Value id(swim.uri.Uri nodeUri) -
props
swim.structure.Value props(swim.uri.Uri nodeUri)
-