Overview Schemas Index

KINEMATIC_STRUCTURE_SCHEMA (jsdai.SKinematic_structure_schema)


ENTITY kinematic_substructure
          SUPERTYPE OF (ONEOF (kinematic_tree_structure, kinematic_network_structure));
          parent_structure : kinematic_structure;
END_ENTITY; -- kinematic_substructure

Entity data types and their attributes

kinematic_substructure
          parent_structure: kinematic_structure;

Known subtypes

          kinematic_network_structure (KINEMATIC_STRUCTURE_SCHEMA)
          kinematic_tree_structure (KINEMATIC_STRUCTURE_SCHEMA)

Users

kinematic_substructure

Global rules for this entity data type

          -

public interface EKinematic_substructure extends EEntity

parent_structure (explicit attribute)

          boolean testParent_structure(EKinematic_substructure type)
          EKinematic_structure getParent_structure(EKinematic_substructure type)
          void setParent_structure(EKinematic_substructure type, EKinematic_structure value)
          void unsetParent_structure(EKinematic_substructure type)

public class CKinematic_substructure implements EKinematic_substructure

          static EAttribute attributeParent_structure(EKinematic_substructure type)
          static int usedinParent_structure(EKinematic_substructure type, EKinematic_structure instance, ASdaiModel domain, AKinematic_substructure result)

public class AKinematic_substructure extends AEntity

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