Overview Schemas Index

MATHEMATICAL_CONTEXT_SCHEMA (jsdai.SMathematical_context_schema)


ENTITY maths_space_context
          SUPERTYPE OF (ONEOF (compound_maths_space_context, defined_maths_space_context, explicitly_enumerated_maths_space_context));
          id : identifier;
          name : label;
          description : OPTIONAL text;
          abstract_space : maths_space;
          physical_space : space_context_select;
END_ENTITY; -- maths_space_context

Entity data types and their attributes

maths_space_context
          id: identifier;
          name: label;
          (OPT) description: text;
          abstract_space: maths_space;
          physical_space: space_context_select;

Known subtypes

          compound_maths_space_context (MATHEMATICAL_CONTEXT_SCHEMA)
          defined_maths_space_context (MATHEMATICAL_CONTEXT_SCHEMA)
          explicitly_enumerated_maths_space_context (MATHEMATICAL_CONTEXT_SCHEMA)

Users

maths_space_context
          compound_maths_space_context.components
          maths_space_context_relationship.related_context
          maths_space_context_relationship.relating_context
          membership_of_maths_space_context.space_context
          normalized_property_distribution_description.domain_context
          property_distribution_description.domain_context
          property_distribution_description.range_context

Global rules for this entity data type

          -

public interface EMaths_space_context extends EEntity

id (explicit attribute)

          boolean testId(EMaths_space_context type)
          String getId(EMaths_space_context type)
          void setId(EMaths_space_context type, String value)
          void unsetId(EMaths_space_context type)

name (explicit attribute)

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

description (explicit attribute)

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

abstract_space (explicit attribute)

          boolean testAbstract_space(EMaths_space_context type)
          EMaths_space getAbstract_space(EMaths_space_context type)
          void setAbstract_space(EMaths_space_context type, EMaths_space value)
          void unsetAbstract_space(EMaths_space_context type)

physical_space (explicit attribute)

          int testPhysical_space(EMaths_space_context type)
          case 1
              EEntity getPhysical_space(EMaths_space_context type)
              void setPhysical_space(EMaths_space_context type, EEntity value, EEntity node1)
          void unsetPhysical_space(EMaths_space_context type)

public class CMaths_space_context implements EMaths_space_context

          static EAttribute attributeId(EMaths_space_context type)
          static EAttribute attributeName(EMaths_space_context type)
          static EAttribute attributeDescription(EMaths_space_context type)
          static EAttribute attributeAbstract_space(EMaths_space_context type)
          static int usedinAbstract_space(EMaths_space_context type, EMaths_space instance, ASdaiModel domain, AMaths_space_context result)
          static EAttribute attributePhysical_space(EMaths_space_context type)
          static int usedinPhysical_space(EMaths_space_context type, EEntity instance, ASdaiModel domain, AMaths_space_context result)

public class AMaths_space_context extends AEntity

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