Overview Schemas Index

MATHEMATICAL_DESCRIPTION_OF_DISTRIBUTION_SCHEMA (jsdai.SMathematical_description_of_distribution_schema)


ENTITY maths_space_context_relationship;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          relating_context : maths_space_context;
          related_context : maths_space_context;
END_ENTITY; -- maths_space_context_relationship

Entity data types and their attributes

maths_space_context_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          relating_context: maths_space_context;
          related_context: maths_space_context;

Users

maths_space_context_relationship
          maths_space_context_relationship_description.described_relationship

Global rules for this entity data type

          -

public interface EMaths_space_context_relationship extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

relating_context (explicit attribute)

          boolean testRelating_context(EMaths_space_context_relationship type)
          EMaths_space_context getRelating_context(EMaths_space_context_relationship type)
          void setRelating_context(EMaths_space_context_relationship type, EMaths_space_context value)
          void unsetRelating_context(EMaths_space_context_relationship type)

related_context (explicit attribute)

          boolean testRelated_context(EMaths_space_context_relationship type)
          EMaths_space_context getRelated_context(EMaths_space_context_relationship type)
          void setRelated_context(EMaths_space_context_relationship type, EMaths_space_context value)
          void unsetRelated_context(EMaths_space_context_relationship type)

public class CMaths_space_context_relationship implements EMaths_space_context_relationship

          static EAttribute attributeId(EMaths_space_context_relationship type)
          static EAttribute attributeName(EMaths_space_context_relationship type)
          static EAttribute attributeDescription(EMaths_space_context_relationship type)
          static EAttribute attributeRelating_context(EMaths_space_context_relationship type)
          static int usedinRelating_context(EMaths_space_context_relationship type, EMaths_space_context instance, ASdaiModel domain, AMaths_space_context_relationship result)
          static EAttribute attributeRelated_context(EMaths_space_context_relationship type)
          static int usedinRelated_context(EMaths_space_context_relationship type, EMaths_space_context instance, ASdaiModel domain, AMaths_space_context_relationship result)

public class AMaths_space_context_relationship extends AEntity

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