Overview Schemas Index

PROCESS_PROPERTY_SCHEMA (jsdai.SProcess_property_schema)


TYPE characterized_action_definition = SELECT (
          action,
          action_method,
          action_method_relationship,
          action_relationship,
          state_type,
          state_type_assignment);
END_TYPE; -- characterized_action_definition

Users

          action_property.definition
          action_resource_requirement.operations
          model_property_association__action_property.definition

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