Interface SimBase

All Known Implementing Classes:
WinCalc

public abstract interface SimBase

Defines basic functions common to simulation environments.


Method Summary
 hvac getHVAC()
          Returns the global hvac setting.
 CWObservable getObservable()
          Returns the CWObservable object that initiates changes to output screens.
 GRAoutput getOutputPanel()
          Returns the environment's output panel.
 Utility[] getUtilities()
          Returns an array of available Utilities
 

Method Detail

getHVAC

public hvac getHVAC()
Returns the global hvac setting.

getUtilities

public Utility[] getUtilities()
Returns an array of available Utilities

getOutputPanel

public GRAoutput getOutputPanel()
Returns the environment's output panel.

getObservable

public CWObservable getObservable()
Returns the CWObservable object that initiates changes to output screens.