public class Measurement extends InstanceElement implements Measurement
cObjPtr| Constructor and Description |
|---|
Measurement() |
Measurement(long cObjPtr) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.CORBA.Request |
_create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result) |
org.omg.CORBA.Request |
_create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result,
org.omg.CORBA.ExceptionList exclist,
org.omg.CORBA.ContextList ctxlist) |
org.omg.CORBA.Object |
_duplicate() |
org.omg.CORBA.DomainManager[] |
_get_domain_managers() |
org.omg.CORBA.Object |
_get_interface_def() |
org.omg.CORBA.Policy |
_get_policy(int policy_type) |
int |
_hash(int maximum) |
boolean |
_is_a(java.lang.String repositoryIdentifier) |
boolean |
_is_equivalent(org.omg.CORBA.Object other) |
boolean |
_non_existent() |
void |
_release() |
org.omg.CORBA.Request |
_request(java.lang.String operation) |
org.omg.CORBA.Object |
_set_policy_override(org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add) |
SMatLink |
createSMatLink()
Create a submatrix link.
|
protected void |
finalize() |
SMatLink[] |
getSMatLinks()
Get the list of the submatrix links .
|
ValueMatrix |
getValueMatrix()
Get the value matrix of a measurement.
|
ValueMatrix |
getValueMatrixInMode(ValueMatrixMode vmMode)
Get the value matrix of a measurement in the requested mode.
|
void |
removeSMatLink(SMatLink smLink)
Remove a submatrix link.
|
addInstanceAttribute, compare, compare, createRelatedInstances, createRelation, deepCopy, destroy, equals, getApplicationElement, getAsamPath, getId, getInitialRights, getName, getRelatedInstances, getRelatedInstancesByRelationship, getRights, getValue, getValueByBaseName, getValueInUnit, getValueSeq, listAttributes, listRelatedInstances, listRelatedInstancesByRelationship, removeInstanceAttribute, removeRelation, renameInstanceAttribute, setInitialRights, setName, setRights, setValue, setValueSeq, shallowCopy, upcastMeasurement, upcastODSFile, upcastSubMatrixclone, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddInstanceAttribute, compare, createRelatedInstances, createRelation, deepCopy, destroy, getApplicationElement, getAsamPath, getId, getInitialRights, getName, getRelatedInstances, getRelatedInstancesByRelationship, getRights, getValue, getValueByBaseName, getValueInUnit, getValueSeq, listAttributes, listRelatedInstances, listRelatedInstancesByRelationship, removeInstanceAttribute, removeRelation, renameInstanceAttribute, setInitialRights, setName, setRights, setValue, setValueSeq, shallowCopy, upcastMeasurement, upcastODSFile, upcastSubMatrixpublic SMatLink createSMatLink() throws AoException
createSMatLink in interface MeasurementOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic SMatLink[] getSMatLinks() throws AoException
getSMatLinks in interface MeasurementOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic ValueMatrix getValueMatrix() throws AoException
getValueMatrix in interface MeasurementOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic ValueMatrix getValueMatrixInMode(ValueMatrixMode vmMode) throws AoException
getValueMatrixInMode in interface MeasurementOperationsvmMode - The requested mode of the value matrix.AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_INVALID_VALUEMATRIX_STRUCTUREpublic void removeSMatLink(SMatLink smLink) throws AoException
removeSMatLink in interface MeasurementOperationssmLink - The submatrix link to be removed.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_FOUND
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEprotected void finalize()
throws java.lang.Throwable
finalize in class InstanceElementjava.lang.Throwablepublic org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result)
_create_request in interface org.omg.CORBA.Object_create_request in class InstanceElementpublic org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result,
org.omg.CORBA.ExceptionList exclist,
org.omg.CORBA.ContextList ctxlist)
_create_request in interface org.omg.CORBA.Object_create_request in class InstanceElementpublic org.omg.CORBA.Object _duplicate()
_duplicate in interface org.omg.CORBA.Object_duplicate in class InstanceElementpublic org.omg.CORBA.DomainManager[] _get_domain_managers()
_get_domain_managers in interface org.omg.CORBA.Object_get_domain_managers in class InstanceElementpublic org.omg.CORBA.Object _get_interface_def()
_get_interface_def in interface org.omg.CORBA.Object_get_interface_def in class InstanceElementpublic org.omg.CORBA.Policy _get_policy(int policy_type)
_get_policy in interface org.omg.CORBA.Object_get_policy in class InstanceElementpublic int _hash(int maximum)
_hash in interface org.omg.CORBA.Object_hash in class InstanceElementpublic boolean _is_a(java.lang.String repositoryIdentifier)
_is_a in interface org.omg.CORBA.Object_is_a in class InstanceElementpublic boolean _is_equivalent(org.omg.CORBA.Object other)
_is_equivalent in interface org.omg.CORBA.Object_is_equivalent in class InstanceElementpublic boolean _non_existent()
_non_existent in interface org.omg.CORBA.Object_non_existent in class InstanceElementpublic void _release()
_release in interface org.omg.CORBA.Object_release in class InstanceElementpublic org.omg.CORBA.Request _request(java.lang.String operation)
_request in interface org.omg.CORBA.Object_request in class InstanceElementpublic org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add)
_set_policy_override in interface org.omg.CORBA.Object_set_policy_override in class InstanceElement