Interface AgentRef


public interface AgentRef
Reference to an agent in a specific module.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the agent within the module.
    Gets the name of the module containing the agent.
  • Method Details

    • getModuleName

      String getModuleName()
      Gets the name of the module containing the agent.
      Returns:
      the module name
    • getAgentName

      String getAgentName()
      Gets the name of the agent within the module.
      Returns:
      the agent name