Overview Schemas Index

MATHEMATICAL_CONTEXT_SCHEMA (jsdai.SMathematical_context_schema)


ENTITY representation_context_defined_maths_space_context
          SUBTYPE OF (defined_maths_space_context);
          representation_basis : representation_context;
END_ENTITY; -- representation_context_defined_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;
defined_maths_space_context
          -
representation_context_defined_maths_space_context
          representation_basis: representation_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
defined_maths_space_context
representation_context_defined_maths_space_context

Global rules for this entity data type

          -

public interface ERepresentation_context_defined_maths_space_context extends EDefined_maths_space_context

representation_basis (explicit attribute)

          boolean testRepresentation_basis(ERepresentation_context_defined_maths_space_context type)
          ERepresentation_context getRepresentation_basis(ERepresentation_context_defined_maths_space_context type)
          void setRepresentation_basis(ERepresentation_context_defined_maths_space_context type, ERepresentation_context value)
          void unsetRepresentation_basis(ERepresentation_context_defined_maths_space_context type)

public class CRepresentation_context_defined_maths_space_context implements ERepresentation_context_defined_maths_space_context

          static EAttribute attributeRepresentation_basis(ERepresentation_context_defined_maths_space_context type)
          static int usedinRepresentation_basis(ERepresentation_context_defined_maths_space_context type, ERepresentation_context instance, ASdaiModel domain, ARepresentation_context_defined_maths_space_context result)

public class ARepresentation_context_defined_maths_space_context extends AEntity

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