public interface SubMatrixOperations extends InstanceElementOperations
| Modifier and Type | Method and Description |
|---|---|
Column[] |
getColumns(java.lang.String colPattern)
(21001)
Get the columns of the submatrix.
|
ValueMatrix |
getValueMatrix()
(21002)
Get a value matrix of the submatrix.
|
ValueMatrix |
getValueMatrixInMode(ValueMatrixMode vmMode)
(21004)
Get the value matrix of the submatrix in the requested mode.
|
java.lang.String[] |
listColumns(java.lang.String colPattern)
(21003)
Get the names of the columns of the submatrix.
|
addInstanceAttribute, 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, upcastSubMatrixColumn[] getColumns(java.lang.String colPattern) throws AoException
colPattern - The name or the search pattern for the column
names.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEValueMatrix getValueMatrix() throws AoException
AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_SMATLINK
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEjava.lang.String[] listColumns(java.lang.String colPattern)
throws AoException
colPattern - The name or the search pattern for the column
names.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEValueMatrix getValueMatrixInMode(ValueMatrixMode vmMode) throws AoException
vmMode - 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