public class CADDetectionsPerformedTemplate_TID4015 extends Template
| Constructor and Description |
|---|
CADDetectionsPerformedTemplate_TID4015(SRTree objTree)
Instantiates a new CADDetectionsPerformedTemplate_TID4015 Template.
|
| Modifier and Type | Method and Description |
|---|---|
CADDetectionPerformedTemplate_TID4017 |
getCADDetectionPerformedTemplate()
Retrieves CADDetectionPerformedTemplate.
|
void |
setFailedDetections(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Failed Detections.
|
void |
setSuccessfulDetections(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Successful Detections.
|
public CADDetectionsPerformedTemplate_TID4015(SRTree objTree)
objTree - Object of SRTree.public CADDetectionPerformedTemplate_TID4017 getCADDetectionPerformedTemplate()
public void setSuccessfulDetections(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setFailedDetections(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.