Overview Schemas Index

REPRESENTATION_SCHEMA (jsdai.SRepresentation_schema)


ENTITY representation_item_relationship;
          name : label;
          description : OPTIONAL text;
          relating_representation_item : representation_item;
          related_representation_item : representation_item;
END_ENTITY; -- representation_item_relationship

Entity data types and their attributes

representation_item_relationship
          name: label;
          (OPT) description: text;
          relating_representation_item: representation_item;
          related_representation_item: representation_item;

Known subtypes

          angle_direction_reference (PLY_ORIENTATION_SPECIFICATION_MIM)
          explicit_procedural_representation_item_relationship (PROCEDURAL_MODEL_SCHEMA)
          geometric_model_element_relationship (EXTENDED_BASIC_GEOMETRY_MIM)
          global_assignment (PRODUCTION_RULE_MIM)
          hatch_line_element (LAYERED_INTERCONNECT_SIMPLE_TEMPLATE_MIM)
          implicit_explicit_positioned_sketch_relationship (SKETCH_SCHEMA)
          min_and_major_ply_orientation_basis (PLY_ORIENTATION_SPECIFICATION_MIM)
          near_point_relationship (EXPLICIT_GEOMETRIC_CONSTRAINT_SCHEMA)

Users

representation_item_relationship

Global rules for this entity data type

          -

public interface ERepresentation_item_relationship extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

relating_representation_item (explicit attribute)

          boolean testRelating_representation_item(ERepresentation_item_relationship type)
          ERepresentation_item getRelating_representation_item(ERepresentation_item_relationship type)
          void setRelating_representation_item(ERepresentation_item_relationship type, ERepresentation_item value)
          void unsetRelating_representation_item(ERepresentation_item_relationship type)

related_representation_item (explicit attribute)

          boolean testRelated_representation_item(ERepresentation_item_relationship type)
          ERepresentation_item getRelated_representation_item(ERepresentation_item_relationship type)
          void setRelated_representation_item(ERepresentation_item_relationship type, ERepresentation_item value)
          void unsetRelated_representation_item(ERepresentation_item_relationship type)

public class CRepresentation_item_relationship implements ERepresentation_item_relationship

          static EAttribute attributeName(ERepresentation_item_relationship type)
          static EAttribute attributeDescription(ERepresentation_item_relationship type)
          static EAttribute attributeRelating_representation_item(ERepresentation_item_relationship type)
          static int usedinRelating_representation_item(ERepresentation_item_relationship type, ERepresentation_item instance, ASdaiModel domain, ARepresentation_item_relationship result)
          static EAttribute attributeRelated_representation_item(ERepresentation_item_relationship type)
          static int usedinRelated_representation_item(ERepresentation_item_relationship type, ERepresentation_item instance, ASdaiModel domain, ARepresentation_item_relationship result)

public class ARepresentation_item_relationship extends AEntity

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