public class ChestCADCompositeFeatureBodyTemplate_TID4103 extends Template
| Constructor and Description |
|---|
ChestCADCompositeFeatureBodyTemplate_TID4103(SRTree objTree)
Instantiates a new ChestCADCompositeFeatureBodyTemplate_TID4103 Template.
|
| Modifier and Type | Method and Description |
|---|---|
AreaMeasurementTemplate_TID1401 |
getAreaMeasurementTemplate()
Retrieves AreaMeasurementTemplate
|
ChestCADDescriptors_TID4105 |
getChestCADDescriptors()
Retrieves ChestCADDescriptors
|
ChestCADGeometryTemplate_TID4107 |
getChestCADGeometryTemplate()
Retrieves ChestCADGeometryTemplate
|
LinearMeasurementTemplate_TID1400 |
getLinearMeasurementTemplate()
Retrieves LinearMeasurementTemplate
|
VolumeMeasurementTemplate_TID1402 |
getVolumeMeasurementTemplate()
Retrieves VolumeMeasurementTemplate
|
void |
setCertaintyOfFeature(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Certainty of Feature.
|
void |
setChestQuantitativeTemporalDifferenceType(int[] arrPosition,
java.lang.String[] arrNumericValue,
EnumCM_ChestQuantitativeTemporalDifferenceType enumChestQuantitativeTemporalDifferenceType)
Sets the value for Chest Quantitative Temporal Difference Type.
|
void |
setCompositeType(int[] arrPosition,
EnumCM_CompositeFeatureRelations enumCompositeFeatureRelations)
Sets value for Composite type.
|
void |
setDescriptionOfChange(int[] arrPosition,
java.lang.String strDescriptionOfChange)
Sets the value for Description of Change.
|
void |
setQualitativeDifference(int[] arrPosition,
EnumCM_ChestQualitativeTemporalDifferenceType enumChestQualitativeTemporalDifferenceType)
Sets value for Qualitative Difference.
|
void |
setScopeOfFeature(int[] arrPosition,
EnumCM_ScopeOfFeature enumScopeOfFeature)
Sets value for Scope of Feature.
|
public ChestCADCompositeFeatureBodyTemplate_TID4103(SRTree objTree)
objTree - Object of SRTree.public LinearMeasurementTemplate_TID1400 getLinearMeasurementTemplate()
public AreaMeasurementTemplate_TID1401 getAreaMeasurementTemplate()
public VolumeMeasurementTemplate_TID1402 getVolumeMeasurementTemplate()
public ChestCADGeometryTemplate_TID4107 getChestCADGeometryTemplate()
public ChestCADDescriptors_TID4105 getChestCADDescriptors()
public void setCompositeType(int[] arrPosition,
EnumCM_CompositeFeatureRelations enumCompositeFeatureRelations)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCompositeFeatureRelations - Enumerated value for CompositeFeatureRelationspublic void setScopeOfFeature(int[] arrPosition,
EnumCM_ScopeOfFeature enumScopeOfFeature)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumScopeOfFeature - Enumerated value for ScopeOfFeature.public void setCertaintyOfFeature(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setChestQuantitativeTemporalDifferenceType(int[] arrPosition,
java.lang.String[] arrNumericValue,
EnumCM_ChestQuantitativeTemporalDifferenceType enumChestQuantitativeTemporalDifferenceType)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.enumChestQuantitativeTemporalDifferenceType - Enumerated value for ChestQuantitativeTemporalDifferenceType.public void setQualitativeDifference(int[] arrPosition,
EnumCM_ChestQualitativeTemporalDifferenceType enumChestQualitativeTemporalDifferenceType)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumChestQualitativeTemporalDifferenceType - Enumerated value for ChestQualitativeTemporalDifferenceTypepublic void setDescriptionOfChange(int[] arrPosition,
java.lang.String strDescriptionOfChange)
arrPosition - Identifier which shows the position of the node in the SR Tree.strDescriptionOfChange - String value for Description of Change.