com.monad.homerun.view
Class Recording

java.lang.Object
  extended by com.monad.homerun.base.DataObject
      extended by com.monad.homerun.view.Recording
All Implemented Interfaces:
java.io.Serializable

public class Recording
extends DataObject

A recording is an unbroken series of sampled data values at a fixed sampling rate. Currently, only scalar and numeric model data supported. Note that this class will be significantly expanded for persistent recordings - it only works for 'last-n' value recordings, where the last recorded value is presumed to be the present.

See Also:
Serialized Form

Constructor Summary
Recording()
           
Recording(java.lang.String id, java.lang.String label, java.lang.String valueType, int frameRate)
           
 
Method Summary
 int getFrameRate()
           
 java.lang.String getLabel()
           
 java.lang.String getValueType()
           
 
Methods inherited from class com.monad.homerun.base.DataObject
getCategory, getModificationTime, getName, getNote, setCategory, setModificationTime, setName, setNote
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recording

public Recording()

Recording

public Recording(java.lang.String id,
                 java.lang.String label,
                 java.lang.String valueType,
                 int frameRate)
Method Detail

getLabel

public java.lang.String getLabel()

getFrameRate

public int getFrameRate()

getValueType

public java.lang.String getValueType()


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