public class CADAlgorithmIdentificationTemplate_TID4019 extends Template
| Constructor and Description |
|---|
CADAlgorithmIdentificationTemplate_TID4019(SRTree objTree)
Instantiates a new CADAlgorithmIdentificationTemplate_TID4019 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAlgorithmName(int[] arrPosition,
java.lang.String strAlgorithmName)
Sets the value for Algorithm Name
|
void |
setAlgorithmParameters(int[] arrPosition,
java.lang.String strAlgorithmParameters)
Sets the value for Algorithm Parameters
|
void |
setAlgorithmVersion(int[] arrPosition,
java.lang.String strAlgorithmVersion)
Sets the value for Algorithm Version
|
public CADAlgorithmIdentificationTemplate_TID4019(SRTree objTree)
objTree - Object of SRTree.public void setAlgorithmName(int[] arrPosition,
java.lang.String strAlgorithmName)
arrPosition - Identifier which shows the position of the node in the SR Tree.strAlgorithmName - String value for Algorithm Name.public void setAlgorithmVersion(int[] arrPosition,
java.lang.String strAlgorithmVersion)
arrPosition - Identifier which shows the position of the node in the SR Tree.strAlgorithmVersion - String value for Algorithm Version.public void setAlgorithmParameters(int[] arrPosition,
java.lang.String strAlgorithmParameters)
arrPosition - Identifier which shows the position of the node in the SR Tree.strAlgorithmParameters - String value for Algorithm Parameters.