com.sfm.ap210.jsdai.gdt
Class GeometricToleranceImpl

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

public class GeometricToleranceImpl
extends GeometricTolerance
implements ToleranceFeature


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
GeometricToleranceImpl(java.lang.String n, Length l, jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EShape_aspect sa, GeometricTolerance.ToleranceType t, ToleranceFeature.FeatureType ft)
           
GeometricToleranceImpl(java.lang.String n, Length l, GeometricTolerance.ToleranceModifier m, jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EShape_aspect sa, GeometricTolerance.ToleranceType t, ToleranceFeature.FeatureType ft)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 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

GeometricToleranceImpl

public GeometricToleranceImpl(java.lang.String n,
                              Length l,
                              jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EShape_aspect sa,
                              GeometricTolerance.ToleranceType t,
                              ToleranceFeature.FeatureType ft)

GeometricToleranceImpl

public GeometricToleranceImpl(java.lang.String n,
                              Length l,
                              GeometricTolerance.ToleranceModifier m,
                              jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EShape_aspect sa,
                              GeometricTolerance.ToleranceType t,
                              ToleranceFeature.FeatureType ft)
Method Detail

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