Overview Schemas Index

ASSEMBLY_PHYSICAL_REQUIREMENT_ALLOCATION_XIM (jsdai.SAssembly_physical_requirement_allocation_xim)


TYPE component_or_feature = EXTENSIBLE GENERIC_ENTITY SELECT (
          assembly_component_armx,
          assembly_joint_armx,
          component_feature_armx);
END_TYPE; -- component_or_feature

Extensions

          -

Users

          assembly_requirement_allocation.assigned_to
          assembly_separation_requirement_allocation.disjoint_assignment

public class AComponent_or_feature extends AEntitySelect implements Aggregate

          case 1:
              boolean isMember(EEntity value)
              EEntity getByIndex(int index)
              EEntity getCurrentMember(SdaiIterator iter)
              void setByIndex(int index, EEntity value)
              void setCurrentMember(SdaiIterator iter, EEntity value)
              void addBefore(SdaiIterator iter, EEntity value)
              void addAfter(SdaiIterator iter, EEntity value)
              void addUnordered(EEntity value)
              void addByIndex(int index, EEntity value)
              void removeUnordered(EEntity value)