All Packages Class Hierarchy This Package Previous Next Index
Interface orchid.agent.IOrchidAgent
- public interface IOrchidAgent
- extends IMobile, IMobility, Serializable
-
getCurrentlocation()
-
-
getHome()
-
-
getOwner()
-
-
goHome()
-
-
print(String)
-
goHome
public abstract void goHome()
getHome
public abstract String getHome()
getCurrentlocation
public abstract String getCurrentlocation()
getOwner
public abstract String getOwner()
print
public abstract void print(String arg1)
All Packages Class Hierarchy This Package Previous Next Index