com.monad.homerun.model
Interface ModelStatus

All Known Implementing Classes:
DateModelStatus, NumericModelStatus, ScalarModelStatus, SetModelStatus, StateModelStatus, TimeModelStatus

public interface ModelStatus

ModelStatus is the very thin interface that model sub-classes' status objects must implement


Method Summary
 java.lang.String getModelName()
          Returns the name of the model whose status it is
 java.lang.String getModelType()
          Returns the type of the model.
 Value getModelValue()
          Returns the current value of the model.
 

Method Detail

getModelName

java.lang.String getModelName()
Returns the name of the model whose status it is

Returns:
the model name

getModelType

java.lang.String getModelType()
Returns the type of the model.

Returns:
the model type

getModelValue

Value getModelValue()
Returns the current value of the model.

Returns:
the current model value


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.