Overview Schemas Index

MATHEMATICAL_CONTEXT_SCHEMA (jsdai.SMathematical_context_schema)


ENTITY compound_maths_space_context
          SUBTYPE OF (maths_space_context);
          components : LIST [2:?] OF maths_space_context;
END_ENTITY; -- compound_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;
compound_maths_space_context
          components: LIST [2:?] OF maths_space_context;

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
compound_maths_space_context

Global rules for this entity data type

          -

public interface ECompound_maths_space_context extends EMaths_space_context

components (explicit attribute)

          boolean testComponents(ECompound_maths_space_context type)
          AMaths_space_context getComponents(ECompound_maths_space_context type)
          AMaths_space_context createComponents(ECompound_maths_space_context type)
          void unsetComponents(ECompound_maths_space_context type)

public class CCompound_maths_space_context implements ECompound_maths_space_context

          static EAttribute attributeComponents(ECompound_maths_space_context type)
          static int usedinComponents(ECompound_maths_space_context type, EMaths_space_context instance, ASdaiModel domain, ACompound_maths_space_context result)

public class ACompound_maths_space_context extends AEntity

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