getAgentLocation() 공개 메소드

public getAgentLocation ( IAgent a ) : String
a IAgent
리턴 String
예제 #1
0
 public System.String getAgentLocation(IAgent a)
 {
     return(state.getAgentLocation(a));
 }