Overview Schemas Index

PRODUCT_PROPERTY_REPRESENTATION_SCHEMA (jsdai.SProduct_property_representation_schema)


TYPE chained_representation_link = SELECT (
          mapped_item,
          representation_context,
          representation_relationship);
END_TYPE; -- chained_representation_link

Users

          chain_based_item_identified_representation_usage.undirected_link
          characterized_chain_based_item_within_representation.undirected_link

public class AChained_representation_link extends AEntitySelect

          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)