gsim.sim.communication
Interface AgentType


public interface AgentType


Method Summary
 java.lang.String getName()
           
 boolean isAgent()
           
 AgentInstanceIF toAgent()
           
 gsim.sim.agent.ApplicationAgent toAppAgent()
           
 

Method Detail

getName

java.lang.String getName()

isAgent

boolean isAgent()

toAgent

AgentInstanceIF toAgent()
                        throws java.lang.ClassCastException
Throws:
java.lang.ClassCastException

toAppAgent

gsim.sim.agent.ApplicationAgent toAppAgent()
                                           throws java.lang.ClassCastException
Throws:
java.lang.ClassCastException