-
- All Known Subinterfaces:
AgentRoute<A>
- All Known Implementing Classes:
AbstractAgentRoute
,GuestAgentRoute
,JavaAgentFactory
,JsAgentFactory
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 A
createAgent(AgentContext context)
Creates an instance ofA
with internal contextcontext
.Value
id(Uri nodeUri)
Value
props(Uri nodeUri)
-