Overview Schemas Index

PROCESS_PROPERTY_SCHEMA (jsdai.SProcess_property_schema)


ENTITY process_property_association;
          name : label;
          description : text;
          process : property_process;
          property_or_shape : property_or_shape_select;
END_ENTITY; -- process_property_association

Entity data types and their attributes

process_property_association
          name: label;
          description: text;
          process: property_process;
          property_or_shape: property_or_shape_select;

Users

process_property_association

Global rules for this entity data type

          -

public interface EProcess_property_association extends EEntity

name (explicit attribute)

          boolean testName(EProcess_property_association type)
          String getName(EProcess_property_association type)
          void setName(EProcess_property_association type, String value)
          void unsetName(EProcess_property_association type)

description (explicit attribute)

          boolean testDescription(EProcess_property_association type)
          String getDescription(EProcess_property_association type)
          void setDescription(EProcess_property_association type, String value)
          void unsetDescription(EProcess_property_association type)

process (explicit attribute)

          boolean testProcess(EProcess_property_association type)
          EProperty_process getProcess(EProcess_property_association type)
          void setProcess(EProcess_property_association type, EProperty_process value)
          void unsetProcess(EProcess_property_association type)

property_or_shape (explicit attribute)

          int testProperty_or_shape(EProcess_property_association type)
          case 1
              EEntity getProperty_or_shape(EProcess_property_association type)
              void setProperty_or_shape(EProcess_property_association type, EEntity value, EEntity node1)
          case 1
              EEntity getProperty_or_shape(EProcess_property_association type)
              void setProperty_or_shape(EProcess_property_association type, EEntity value, EEntity node1)
          void unsetProperty_or_shape(EProcess_property_association type)

public class CProcess_property_association implements EProcess_property_association

          static EAttribute attributeName(EProcess_property_association type)
          static EAttribute attributeDescription(EProcess_property_association type)
          static EAttribute attributeProcess(EProcess_property_association type)
          static int usedinProcess(EProcess_property_association type, EProperty_process instance, ASdaiModel domain, AProcess_property_association result)
          static EAttribute attributeProperty_or_shape(EProcess_property_association type)
          static int usedinProperty_or_shape(EProcess_property_association type, EEntity instance, ASdaiModel domain, AProcess_property_association result)

public class AProcess_property_association extends AEntity

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