Overview Schemas Index

BASIC_ATTRIBUTE_SCHEMA (jsdai.SBasic_attribute_schema)


ENTITY id_attribute;
          attribute_value : identifier;
          identified_item : id_attribute_select;
END_ENTITY; -- id_attribute

Entity data types and their attributes

id_attribute
          attribute_value: identifier;
          identified_item: id_attribute_select;

Users

id_attribute

Global rules for this entity data type

          -

public interface EId_attribute extends EEntity

attribute_value (explicit attribute)

          boolean testAttribute_value(EId_attribute type)
          String getAttribute_value(EId_attribute type)
          void setAttribute_value(EId_attribute type, String value)
          void unsetAttribute_value(EId_attribute type)

identified_item (explicit attribute)

          int testIdentified_item(EId_attribute type)
          case 1
              EEntity getIdentified_item(EId_attribute type)
              void setIdentified_item(EId_attribute type, EEntity value, EEntity node1)
          void unsetIdentified_item(EId_attribute type)

public class CId_attribute implements EId_attribute

          static EAttribute attributeAttribute_value(EId_attribute type)
          static EAttribute attributeIdentified_item(EId_attribute type)
          static int usedinIdentified_item(EId_attribute type, EEntity instance, ASdaiModel domain, AId_attribute result)

public class AId_attribute extends AEntity

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