All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.owl.bo.fm.SpaceElementImpl

edu.cmu.owl.bo.fm.OwlObjectImpl
   |
   +----edu.cmu.owl.bo.fm.SpaceElementImpl

public class SpaceElementImpl
extends OwlObjectImpl
implements SpaceElement

Constructor Index

 o SpaceElementImpl()

Method Index

 o getGeometry()
Accessor
 o setGeometry(Geometry)
Mutator
 o toString()
Overrides the default method.

Constructors

 o SpaceElementImpl
 public SpaceElementImpl() throws RemoteException

Methods

 o toString
 public String toString()
Overrides the default method.

Overrides:
toString in class OwlObjectImpl
 o getGeometry
 public Geometry getGeometry() throws RemoteException
Accessor

 o setGeometry
 public void setGeometry(Geometry geometry) throws RemoteException
Mutator


All Packages  Class Hierarchy  This Package  Previous  Next  Index