All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface edu.cmu.owl.bo.fm.EnclosureElement

public interface interface EnclosureElement
This class defines a physical structure in a building. An EnclosureElement is a structure such as a wall, floor, ceiling, etc.


Method Index

 o getFinish()
Accessor
 o getGeometry()
Accessor
 o getType()
Accessor
 o setFinish(String)
Mutator
 o setGeometry(Geometry)
Mutator
 o setType(String)
Mutator

Methods

 o getGeometry
 public abstract Geometry getGeometry() throws RemoteException
Accessor

 o setGeometry
 public abstract void setGeometry(Geometry geom) throws RemoteException
Mutator

 o getType
 public abstract String getType() throws RemoteException
Accessor

 o setType
 public abstract void setType(String t) throws RemoteException
Mutator

 o getFinish
 public abstract String getFinish() throws RemoteException
Accessor

 o setFinish
 public abstract void setFinish(String t) throws RemoteException
Mutator


All Packages  Class Hierarchy  This Package  Previous  Next  Index