Overview Schemas Index

SHAPE_TOLERANCE_SCHEMA (jsdai.SShape_tolerance_schema)


ENTITY geometric_tolerance_relationship;
          name : label;
          description : text;
          relating_geometric_tolerance : geometric_tolerance;
          related_geometric_tolerance : geometric_tolerance;
END_ENTITY; -- geometric_tolerance_relationship

Entity data types and their attributes

geometric_tolerance_relationship
          name: label;
          description: text;
          relating_geometric_tolerance: geometric_tolerance;
          related_geometric_tolerance: geometric_tolerance;

Users

geometric_tolerance_relationship
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object

Global rules for this entity data type

          -

public interface EGeometric_tolerance_relationship extends EEntity

name (explicit attribute)

          boolean testName(EGeometric_tolerance_relationship type)
          String getName(EGeometric_tolerance_relationship type)
          void setName(EGeometric_tolerance_relationship type, String value)
          void unsetName(EGeometric_tolerance_relationship type)

description (explicit attribute)

          boolean testDescription(EGeometric_tolerance_relationship type)
          String getDescription(EGeometric_tolerance_relationship type)
          void setDescription(EGeometric_tolerance_relationship type, String value)
          void unsetDescription(EGeometric_tolerance_relationship type)

relating_geometric_tolerance (explicit attribute)

          boolean testRelating_geometric_tolerance(EGeometric_tolerance_relationship type)
          EGeometric_tolerance getRelating_geometric_tolerance(EGeometric_tolerance_relationship type)
          void setRelating_geometric_tolerance(EGeometric_tolerance_relationship type, EGeometric_tolerance value)
          void unsetRelating_geometric_tolerance(EGeometric_tolerance_relationship type)

related_geometric_tolerance (explicit attribute)

          boolean testRelated_geometric_tolerance(EGeometric_tolerance_relationship type)
          EGeometric_tolerance getRelated_geometric_tolerance(EGeometric_tolerance_relationship type)
          void setRelated_geometric_tolerance(EGeometric_tolerance_relationship type, EGeometric_tolerance value)
          void unsetRelated_geometric_tolerance(EGeometric_tolerance_relationship type)

public class CGeometric_tolerance_relationship implements EGeometric_tolerance_relationship

          static EAttribute attributeName(EGeometric_tolerance_relationship type)
          static EAttribute attributeDescription(EGeometric_tolerance_relationship type)
          static EAttribute attributeRelating_geometric_tolerance(EGeometric_tolerance_relationship type)
          static int usedinRelating_geometric_tolerance(EGeometric_tolerance_relationship type, EGeometric_tolerance instance, ASdaiModel domain, AGeometric_tolerance_relationship result)
          static EAttribute attributeRelated_geometric_tolerance(EGeometric_tolerance_relationship type)
          static int usedinRelated_geometric_tolerance(EGeometric_tolerance_relationship type, EGeometric_tolerance instance, ASdaiModel domain, AGeometric_tolerance_relationship result)

public class AGeometric_tolerance_relationship extends AEntity

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