getAgentLocation() public method

public getAgentLocation ( IAgent a ) : String
a IAgent
return String
コード例 #1
0
 public System.String getAgentLocation(IAgent a)
 {
     return(state.getAgentLocation(a));
 }