com.sfm.ap210.jsdai.gdt
Class CenterPlaneToleranceImpl

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

public class CenterPlaneToleranceImpl
extends GeometricTolerance
implements CenterPlaneTolerance


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
CenterPlaneToleranceImpl(java.lang.String n, Length l, jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ECentre_of_symmetry cos, GeometricTolerance.ToleranceType t)
           
CenterPlaneToleranceImpl(java.lang.String n, Length l, GeometricTolerance.ToleranceModifier m, jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ECentre_of_symmetry cos, GeometricTolerance.ToleranceType t)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ECentre_of_symmetry getCentreOfSymmetry()
           
 java.util.Set<FaceReference> getFaces()
           
 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, 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
reportFaces
 

Constructor Detail

CenterPlaneToleranceImpl

public CenterPlaneToleranceImpl(java.lang.String n,
                                Length l,
                                jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ECentre_of_symmetry cos,
                                GeometricTolerance.ToleranceType t)

CenterPlaneToleranceImpl

public CenterPlaneToleranceImpl(java.lang.String n,
                                Length l,
                                GeometricTolerance.ToleranceModifier m,
                                jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ECentre_of_symmetry cos,
                                GeometricTolerance.ToleranceType t)
Method Detail

getCentreOfSymmetry

public jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ECentre_of_symmetry getCentreOfSymmetry()
Specified by:
getCentreOfSymmetry in interface CenterPlaneTolerance

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

getFaces

public java.util.Set<FaceReference> getFaces()
Specified by:
getFaces in interface ToleranceFeature
Overrides:
getFaces in class GeometricTolerance