All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface orchid.agent.IOrchidAgent

public interface IOrchidAgent
extends IMobile, IMobility, Serializable

Method Index

 o getCurrentlocation()
 o getHome()
 o getOwner()
 o goHome()
 o print(String)

Methods

 o goHome
 public abstract void goHome()
 o getHome
 public abstract String getHome()
 o getCurrentlocation
 public abstract String getCurrentlocation()
 o getOwner
 public abstract String getOwner()
 o print
 public abstract void print(String arg1)

All Packages  Class Hierarchy  This Package  Previous  Next  Index