public interface SMatLinkOperations
| Modifier and Type | Method and Description |
|---|---|
BuildUpFunction |
getLinkType()
(20001)
Get the link or build type.
|
int |
getOrdinalNumber()
(20002)
Get the ordinal or sequence number
|
SubMatrix |
getSMat1()
(20003)
Get the first submatrix of the link.
|
Column[] |
getSMat1Columns()
(20004)
Get the bind columns of the first submatrix used in the link (e.g.
|
SubMatrix |
getSMat2()
(20005)
Get the second submatrix of the link.
|
Column[] |
getSMat2Columns()
(20006)
Get the bind columns of the second submatrix used in the link (e.g.
|
void |
setLinkType(BuildUpFunction linkType)
(20007)
Set the build or link type.
|
void |
setOrdinalNumber(int ordinalNumber)
(20008)
Set the ordinal or sequence number.
|
void |
setSMat1(SubMatrix subMat1)
(20009)
Set the first submatrix of the link.
|
void |
setSMat1Columns(Column[] columns)
(20010)
Set the bind columns of the first submatrix used in the link (e.g.
|
void |
setSMat2(SubMatrix subMat2)
(20011)
Set the second submatrix of the link.
|
void |
setSMat2Columns(Column[] columns)
(20012)
Set the bind columns of the second submatrix used in the link (e.g.
|
BuildUpFunction getLinkType() throws AoException
AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEint getOrdinalNumber()
throws AoException
AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVESubMatrix getSMat1() throws AoException
AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEColumn[] getSMat1Columns() throws AoException
AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVESubMatrix getSMat2() throws AoException
AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEColumn[] getSMat2Columns() throws AoException
AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid setLinkType(BuildUpFunction linkType) throws AoException
linkType - The requested build-up function.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_BUILDUP_FUNCTION
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid setOrdinalNumber(int ordinalNumber)
throws AoException
ordinalNumber - The sequence number.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_ORDINALNUMBER
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid setSMat1(SubMatrix subMat1) throws AoException
subMat1 - The first sub matrix of the sub matrix link.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_SUBMATRIX
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid setSMat1Columns(Column[] columns) throws AoException
columns - The column sequence of the sub matrix.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_COLUMN
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid setSMat2(SubMatrix subMat2) throws AoException
subMat2 - The second sub matrix of the sub matrix link.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_INVALID_SUBMATRIX
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid setSMat2Columns(Column[] columns) throws AoException
columns - The column sequence of the sub matrix.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_INVALID_COLUMN
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE