com.monad.homerun.view
Class Recording
java.lang.Object
com.monad.homerun.base.DataObject
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Recording
public Recording()
Recording
public Recording(java.lang.String id,
java.lang.String label,
java.lang.String valueType,
int frameRate)
getLabel
public java.lang.String getLabel()
getFrameRate
public int getFrameRate()
getValueType
public java.lang.String getValueType()
Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.