Overview Schemas Index

GENERIC_MATERIAL_ASPECTS_XIM (jsdai.SGeneric_material_aspects_xim)


TYPE dependent_or_independent_property_representation = SELECT (
          independent_property_representation,
          material_property_value_representation);
END_TYPE; -- dependent_or_independent_property_representation

Users

          data_environment_armx.environment_characterization

public class ADependent_or_independent_property_representation 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)