com.sfm.ap210.jsdai.gdt
Class FeatureOfSizeToleranceImpl

java.lang.Object
  extended by com.sfm.ap210.jsdai.gdt.GeometricTolerance
      extended by com.sfm.ap210.jsdai.gdt.FeatureOfSizeToleranceImpl
All Implemented Interfaces:
FeatureOfSizeTolerance, ToleranceFeature, java.lang.Comparable

public class FeatureOfSizeToleranceImpl
extends GeometricTolerance
implements FeatureOfSizeTolerance


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sfm.ap210.jsdai.gdt.GeometricTolerance
GeometricTolerance.DatumReference, GeometricTolerance.DatumReferenceModifier, GeometricTolerance.ToleranceModifier, GeometricTolerance.ToleranceType
 
Nested classes/interfaces inherited from interface com.sfm.ap210.jsdai.gdt.ToleranceFeature
ToleranceFeature.FeatureType
 
Constructor Summary
FeatureOfSizeToleranceImpl(java.lang.String n, Length l, jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ESymmetric_shape_aspect ssa, GeometricTolerance.ToleranceType t)
           
FeatureOfSizeToleranceImpl(java.lang.String n, Length l, GeometricTolerance.ToleranceModifier m, jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ESymmetric_shape_aspect ssa, GeometricTolerance.ToleranceType t)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ESymmetric_shape_aspect getFeatureOfSize()
           
 ToleranceFeature.FeatureType getFeatureType()
           
 jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EShape_aspect getShapeAspect()
           
 
Methods inherited from class com.sfm.ap210.jsdai.gdt.GeometricTolerance
AddDatum, AddDatum, addFaceRef, getDatums, getFaces, getLength, getModifier, getName, getType, hasDatumRefs, hasModifier, reportFaces, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sfm.ap210.jsdai.gdt.ToleranceFeature
getFaces, reportFaces
 

Constructor Detail

FeatureOfSizeToleranceImpl

public FeatureOfSizeToleranceImpl(java.lang.String n,
                                  Length l,
                                  jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ESymmetric_shape_aspect ssa,
                                  GeometricTolerance.ToleranceType t)

FeatureOfSizeToleranceImpl

public FeatureOfSizeToleranceImpl(java.lang.String n,
                                  Length l,
                                  GeometricTolerance.ToleranceModifier m,
                                  jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ESymmetric_shape_aspect ssa,
                                  GeometricTolerance.ToleranceType t)
Method Detail

getFeatureOfSize

public jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ESymmetric_shape_aspect getFeatureOfSize()
Specified by:
getFeatureOfSize in interface FeatureOfSizeTolerance

getFeatureType

public ToleranceFeature.FeatureType getFeatureType()
Specified by:
getFeatureType in interface ToleranceFeature

getShapeAspect

public jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EShape_aspect getShapeAspect()
Specified by:
getShapeAspect in interface ToleranceFeature

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable