Overview Schemas Index

EXPRESSION_EXTENSIONS_SCHEMA (jsdai.SExpression_extensions_schema)


ENTITY named_function
          SUBTYPE OF (defined_function);
          name : STRING;
END_ENTITY; -- named_function

Entity data types and their attributes

defined_function
          -
named_function
          name: STRING;

Users

defined_function
          variable_assignment.the_function
named_function

Global rules for this entity data type

          -

public interface ENamed_function extends EDefined_function

name (explicit attribute)

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

public class CNamed_function implements ENamed_function

          static EAttribute attributeName(ENamed_function type)

public class ANamed_function extends AEntity

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