public abstract class OdsxMeasurementSaveInfo extends OdsxSaveInfo implements OdsxMeasurementSaveInfoInterface
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
attributes| Constructor and Description |
|---|
OdsxMeasurementSaveInfo()
The constructor.
|
OdsxMeasurementSaveInfo(java.util.Map attrMap)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract OdsxParameterSetSaveInfoInterface |
getParameterSetSaveInfo()
Get the save infomation of the parameter set.
|
abstract OdsxSubMatrixSaveInfoInterface[] |
getSubMatrixSaveInfo()
Get the save infomation of the submatrix.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
static void |
main(java.lang.String[] args)
Main module of this application.
|
getAttributes, getName, getSession, setName, toStringgetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttributes, getName, getSession, setNamepublic static final java.lang.String version
public OdsxMeasurementSaveInfo()
public OdsxMeasurementSaveInfo(java.util.Map attrMap)
attrMap - A Map containing all attributes.public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class OdsxSaveInfopublic abstract OdsxSubMatrixSaveInfoInterface[] getSubMatrixSaveInfo()
getSubMatrixSaveInfo in interface OdsxMeasurementSaveInfoInterfacepublic abstract OdsxParameterSetSaveInfoInterface getParameterSetSaveInfo()
getParameterSetSaveInfo in interface OdsxMeasurementSaveInfoInterfacepublic static void main(java.lang.String[] args)