Overview Schemas Index

SHAPE_TOLERANCE_SCHEMA (jsdai.SShape_tolerance_schema)


ENTITY tolerance_with_statistical_distribution;
          associated_tolerance : shape_tolerance_select;
          tolerance_allocation : statistical_distribution_for_tolerance;
END_ENTITY; -- tolerance_with_statistical_distribution

Entity data types and their attributes

tolerance_with_statistical_distribution
          associated_tolerance: shape_tolerance_select;
          tolerance_allocation: statistical_distribution_for_tolerance;

Users

tolerance_with_statistical_distribution

Global rules for this entity data type

          -

public interface ETolerance_with_statistical_distribution extends EEntity

associated_tolerance (explicit attribute)

          int testAssociated_tolerance(ETolerance_with_statistical_distribution type)
          case 1
              EEntity getAssociated_tolerance(ETolerance_with_statistical_distribution type)
              void setAssociated_tolerance(ETolerance_with_statistical_distribution type, EEntity value, EEntity node1)
          void unsetAssociated_tolerance(ETolerance_with_statistical_distribution type)

tolerance_allocation (explicit attribute)

          boolean testTolerance_allocation(ETolerance_with_statistical_distribution type)
          EStatistical_distribution_for_tolerance getTolerance_allocation(ETolerance_with_statistical_distribution type)
          void setTolerance_allocation(ETolerance_with_statistical_distribution type, EStatistical_distribution_for_tolerance value)
          void unsetTolerance_allocation(ETolerance_with_statistical_distribution type)

public class CTolerance_with_statistical_distribution implements ETolerance_with_statistical_distribution

          static EAttribute attributeAssociated_tolerance(ETolerance_with_statistical_distribution type)
          static int usedinAssociated_tolerance(ETolerance_with_statistical_distribution type, EEntity instance, ASdaiModel domain, ATolerance_with_statistical_distribution result)
          static EAttribute attributeTolerance_allocation(ETolerance_with_statistical_distribution type)
          static int usedinTolerance_allocation(ETolerance_with_statistical_distribution type, EStatistical_distribution_for_tolerance instance, ASdaiModel domain, ATolerance_with_statistical_distribution result)

public class ATolerance_with_statistical_distribution extends AEntity

          public ETolerance_with_statistical_distribution getByIndex(int index)
          public ETolerance_with_statistical_distribution getCurrentMember(SdaiIterator it)