All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface edu.cmu.owl.bo.fm.Coordinate

public interface interface Coordinate

Method Index

 o getX()
Accessor
 o getY()
Accessor
 o getZ()
Accessor
 o setPoint(float, float, float)
Mutator
 o setX(float)
Mutator
 o setY(float)
Mutator
 o setZ(float)
Mutator

Methods

 o getX
 public abstract float getX() throws RemoteException
Accessor

 o getY
 public abstract float getY() throws RemoteException
Accessor

 o getZ
 public abstract float getZ() throws RemoteException
Accessor

 o setPoint
 public abstract void setPoint(float x,
                               float y,
                               float z) throws RemoteException
Mutator

 o setX
 public abstract void setX(float x) throws RemoteException
Mutator

 o setY
 public abstract void setY(float y) throws RemoteException
Mutator

 o setZ
 public abstract void setZ(float z) throws RemoteException
Mutator


All Packages  Class Hierarchy  This Package  Previous  Next  Index