Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY approximation_tolerance
          SUBTYPE OF (founded_item);
          tolerance : tolerance_select;
END_ENTITY; -- approximation_tolerance

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
approximation_tolerance
          tolerance: tolerance_select;

Users

founded_item
          founded_item.users
                    founded_item_select
approximation_tolerance
          presentation_style_assignment.styles
                    presentation_style_select

Global rules for this entity data type

          -

public interface EApproximation_tolerance extends EFounded_item

tolerance (explicit attribute)

          int testTolerance(EApproximation_tolerance type)
          case 1
              EEntity getTolerance(EApproximation_tolerance type)
              void setTolerance(EApproximation_tolerance type, EEntity value, EEntity node1)
          void unsetTolerance(EApproximation_tolerance type)

public class CApproximation_tolerance implements EApproximation_tolerance

          static EAttribute attributeTolerance(EApproximation_tolerance type)
          static int usedinTolerance(EApproximation_tolerance type, EEntity instance, ASdaiModel domain, AApproximation_tolerance result)

public class AApproximation_tolerance extends AEntity

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