public class _ValueMatrixStub extends org.omg.CORBA.portable.ObjectImpl implements ValueMatrix
Constructor and Description |
---|
_ValueMatrixStub() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
_ids() |
Column |
addColumn(NameUnit newColumn)
(22014)
Add a column to the value matrix.
|
Column |
addColumnScaledBy(NameUnit newColumn,
Column scalingColumn)
(22019)
Deprecated, solved by NVH Application model.
|
void |
destroy()
(22020)
Destroy the object on the server.
|
int |
getColumnCount()
(22002)
Get the column count of the value matrix.
|
Column[] |
getColumns(java.lang.String colPattern)
(22001)
Get the columns of the value matrix no matter whether the column is
dependent or independent.
|
Column[] |
getColumnsScaledBy(Column scalingColumn)
(22018)
Deprecated, solved by NVH Application model.
|
Column[] |
getIndependentColumns(java.lang.String colPattern)
(22003)
Get the independent columns of the submatrices used to compose the
value matrix.
|
ValueMatrixMode |
getMode()
(22022)
Get the current mode of the value matrix.
|
int |
getRowCount()
(22004)
Get the row count of the value matrix.
|
Column[] |
getScalingColumns(java.lang.String colPattern)
(22016)
Deprecated, solved by NVH Application model.
|
NameValueSeqUnit[] |
getValue(Column[] columns,
int startPoint,
int count)
(22021)
Get the values of different columns of the value matrix.
|
NameValueUnitIterator |
getValueMeaPoint(int meaPoint)
(22005)
Get a measurement point of the value matrix.
|
TS_ValueSeq |
getValueVector(Column col,
int startPoint,
int count)
(22006)
Get the values or a part of values of the column from the value
matrix.
|
java.lang.String[] |
listColumns(java.lang.String colPattern)
(22007)
Get the names of the columns of the value matrix no matter whether
the column is dependent or independent.
|
java.lang.String[] |
listColumnsScaledBy(Column scalingColumn)
(22017)
Deprecated, solved by NVH Application model.
|
java.lang.String[] |
listIndependentColumns(java.lang.String colPattern)
(22008)
Get the names of the independent columns of the value matrix.
|
java.lang.String[] |
listScalingColumns(java.lang.String colPattern)
(22015)
Deprecated, solved by NVH Application model.
|
void |
removeValueMeaPoint(java.lang.String[] columnNames,
int meaPoint,
int count)
(22009)
Remove the values of multiple columns at a given measurement point
or remove the number of points of the given columns beginning at
meapoint.
|
void |
removeValueVector(Column col,
int startPoint,
int count)
(22010)
Remove the values from a single column.
|
void |
setValue(SetType set,
int startPoint,
NameValueSeqUnit[] value)
(22013)
Create or modify a number of value vectors in a value matrix.
|
void |
setValueMeaPoint(SetType set,
int meaPoint,
NameValue[] value)
(22011)
Create or modify a single measurement point in multiple columns of a
value matrix.
|
void |
setValueVector(Column col,
SetType set,
int startPoint,
TS_ValueSeq value)
(22012)
Create or modify a value vector in a value matrix.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
public Column[] getColumns(java.lang.String colPattern) throws AoException
getColumns
in interface ValueMatrixOperations
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_ACTIVEpublic int getColumnCount() throws AoException
getColumnCount
in interface ValueMatrixOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic Column[] getIndependentColumns(java.lang.String colPattern) throws AoException
getIndependentColumns
in interface ValueMatrixOperations
colPattern
- The name or the search pattern for the
independent column name.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_ACTIVEpublic int getRowCount() throws AoException
getRowCount
in interface ValueMatrixOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic NameValueUnitIterator getValueMeaPoint(int meaPoint) throws AoException
getValueMeaPoint
in interface ValueMatrixOperations
meaPoint
- The measurement point.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_ACTIVEpublic TS_ValueSeq getValueVector(Column col, int startPoint, int count) throws AoException
getValueVector
in interface ValueMatrixOperations
col
- The column to retrieve the values from.startPoint
- The starting point in the column.count
- The number of points to be retrieved. 0 means until
end of column.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_COLUMN
AO_INVLAID_COUNT
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String[] listColumns(java.lang.String colPattern) throws AoException
listColumns
in interface ValueMatrixOperations
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_ACTIVEpublic java.lang.String[] listIndependentColumns(java.lang.String colPattern) throws AoException
listIndependentColumns
in interface ValueMatrixOperations
colPattern
- The name or the search pattern for the
independent 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_ACTIVEpublic void removeValueMeaPoint(java.lang.String[] columnNames, int meaPoint, int count) throws AoException
removeValueMeaPoint
in interface ValueMatrixOperations
columnNames
- The columns from which the measurement points
are to be removed.meaPoint
- The measurement point to be removed.count
- The number of points to be removed from each column
beginning at meapoint.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_COUNT
AO_NOT_FOUND
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void removeValueVector(Column col, int startPoint, int count) throws AoException
removeValueVector
in interface ValueMatrixOperations
col
- The column from which the values are to be removed.startPoint
- The starting point for the value removal.count
- The number of points to be removed from the column.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_COLUMN
AO_INVALID_COUNT
AO_NOT_FOUND
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setValueMeaPoint(SetType set, int meaPoint, NameValue[] value) throws AoException
setValueMeaPoint
in interface ValueMatrixOperations
set
- The SetType.meaPoint
- The measurement point.value
- The values to be inserted.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_IS_MEASUREMENT_MATRIX
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setValueVector(Column col, SetType set, int startPoint, TS_ValueSeq value) throws AoException
setValueVector
in interface ValueMatrixOperations
col
- The column whose values are to be set.set
- The set type.startPoint
- The starting point for the new values.value
- The values to be inserted.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_COLUMN
AO_INVALID_SET_TYPE
AO_IS_MEASUREMENT_MATRIX
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setValue(SetType set, int startPoint, NameValueSeqUnit[] value) throws AoException
setValue
in interface ValueMatrixOperations
set
- The set type.startPoint
- The measurement point.value
- The values to be inserted.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_COLUMN
AO_INVALID_SET_TYPE
AO_INVALID_DATATYPE
AO_IS_MEASUREMENT_MATRIX
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic Column addColumn(NameUnit newColumn) throws AoException
addColumn
in interface ValueMatrixOperations
newColumn
- The name and unit of the column to add.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_NAME
AO_INVALID_SET_TYPE
AO_IS_MEASUREMENT_MATRIX
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_TRANSACTION_NOT_ACTIVEpublic java.lang.String[] listScalingColumns(java.lang.String colPattern) throws AoException
listScalingColumns
in interface ValueMatrixOperations
colPattern
- The name or the search pattern for the scaling
column name.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_ACTIVEpublic Column[] getScalingColumns(java.lang.String colPattern) throws AoException
getScalingColumns
in interface ValueMatrixOperations
colPattern
- The name or the search pattern for the scaling
column name.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_ACTIVEpublic java.lang.String[] listColumnsScaledBy(Column scalingColumn) throws AoException
listColumnsScaledBy
in interface ValueMatrixOperations
scalingColumn
- The scaling column.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_ACTIVE
AO_NO_SCALING_COLUMNpublic Column[] getColumnsScaledBy(Column scalingColumn) throws AoException
getColumnsScaledBy
in interface ValueMatrixOperations
scalingColumn
- The scaling column.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_ACTIVE
AO_NO_SCALING_COLUMNpublic Column addColumnScaledBy(NameUnit newColumn, Column scalingColumn) throws AoException
addColumnScaledBy
in interface ValueMatrixOperations
newColumn
- The name and unit of the column to add.scalingColumn
- The scaling column.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_NAME
AO_INVALID_SET_TYPE
AO_IS_MEASUREMENT_MATRIX
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_NO_SCALING_COLUMN
AO_TRANSACTION_NOT_ACTIVEpublic void destroy() throws AoException
destroy
in interface ValueMatrixOperations
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_ACTIVE
AO_TRANSACTION_NOT_ACTIVEpublic NameValueSeqUnit[] getValue(Column[] columns, int startPoint, int count) throws AoException
getValue
in interface ValueMatrixOperations
columns
- The requested columns.startPoint
- The starting point in the column.count
- The number of points to be retrieved. 0 means until
end of column.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_ACTIVEpublic ValueMatrixMode getMode() throws AoException
getMode
in interface ValueMatrixOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String[] _ids()
_ids
in class org.omg.CORBA.portable.ObjectImpl