getAgentLocation() public méthode

public getAgentLocation ( IAgent a ) : String
a IAgent
Résultat String
Exemple #1
0
 public System.String getAgentLocation(IAgent a)
 {
     return(state.getAgentLocation(a));
 }