Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY use_from_specification
          SUBTYPE OF (interface_specification);
          SELF\interface_specification.items : OPTIONAL SET [1:?] OF used_declaration;
END_ENTITY; -- use_from_specification

Entity data types and their attributes

interface_specification
          foreign_schema: generic_schema_definition;
          current_schema: generic_schema_definition;
          (OPT) items: SET [1:?] OF interfaced_declaration;
use_from_specification
          (RT) (OPT) items: SET [1:?] OF used_declaration;

Users

interface_specification
use_from_specification

Global rules for this entity data type

          -

public interface EUse_from_specification extends EInterface_specification


public class CUse_from_specification implements EUse_from_specification


public class AUse_from_specification extends AEntity

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