Class AgentListEntry


  • public class AgentListEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AgentListEntry()  
      AgentListEntry​(step.grid.AgentRef agentRef, java.util.List<step.grid.TokenWrapper> tokens)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.grid.AgentRef getAgentRef()  
      java.util.List<step.grid.TokenWrapper> getTokens()  
      step.grid.reports.TokenGroupCapacity getTokensCapacity()  
      void setAgentRef​(step.grid.AgentRef agentRef)  
      void setTokens​(java.util.List<step.grid.TokenWrapper> tokens)  
      void setTokensCapacity​(step.grid.reports.TokenGroupCapacity tokensCapacity)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AgentListEntry

        public AgentListEntry()
      • AgentListEntry

        public AgentListEntry​(step.grid.AgentRef agentRef,
                              java.util.List<step.grid.TokenWrapper> tokens)
    • Method Detail

      • getAgentRef

        public step.grid.AgentRef getAgentRef()
      • setAgentRef

        public void setAgentRef​(step.grid.AgentRef agentRef)
      • getTokens

        public java.util.List<step.grid.TokenWrapper> getTokens()
      • setTokens

        public void setTokens​(java.util.List<step.grid.TokenWrapper> tokens)
      • getTokensCapacity

        public step.grid.reports.TokenGroupCapacity getTokensCapacity()
      • setTokensCapacity

        public void setTokensCapacity​(step.grid.reports.TokenGroupCapacity tokensCapacity)