Module swim.api

Interface AgentFactory<A extends Agent>

    • Method Summary

      Modifier and Type Method Description
      A createAgent​(AgentContext context)
      Creates an instance of A with internal context context.
      Value id​(Uri nodeUri)  
      Value props​(Uri nodeUri)  
    • Method Detail

      • createAgent

        A createAgent​(AgentContext context)
        Creates an instance of A with internal context context.