Overview Schemas Index

PROPERTY_DISTRIBUTION_AND_MODEL_RELATIONSHIPS_SCHEMA (jsdai.SProperty_distribution_and_model_relationships_schema)


ENTITY distribution_view_relationship;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          discretised_model : discretised_distribution_model_select;
          idealised_distribution : idealised_distribution_select;
END_ENTITY; -- distribution_view_relationship

Entity data types and their attributes

distribution_view_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          discretised_model: discretised_distribution_model_select;
          idealised_distribution: idealised_distribution_select;

Users

distribution_view_relationship

Global rules for this entity data type

          -

public interface EDistribution_view_relationship extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

discretised_model (explicit attribute)

          int testDiscretised_model(EDistribution_view_relationship type)
          case 1
              EEntity getDiscretised_model(EDistribution_view_relationship type)
              void setDiscretised_model(EDistribution_view_relationship type, EEntity value, EEntity node1)
          void unsetDiscretised_model(EDistribution_view_relationship type)

idealised_distribution (explicit attribute)

          int testIdealised_distribution(EDistribution_view_relationship type)
          case 1
              EEntity getIdealised_distribution(EDistribution_view_relationship type)
              void setIdealised_distribution(EDistribution_view_relationship type, EEntity value, EEntity node1)
          void unsetIdealised_distribution(EDistribution_view_relationship type)

public class CDistribution_view_relationship implements EDistribution_view_relationship

          static EAttribute attributeId(EDistribution_view_relationship type)
          static EAttribute attributeName(EDistribution_view_relationship type)
          static EAttribute attributeDescription(EDistribution_view_relationship type)
          static EAttribute attributeDiscretised_model(EDistribution_view_relationship type)
          static int usedinDiscretised_model(EDistribution_view_relationship type, EEntity instance, ASdaiModel domain, ADistribution_view_relationship result)
          static EAttribute attributeIdealised_distribution(EDistribution_view_relationship type)
          static int usedinIdealised_distribution(EDistribution_view_relationship type, EEntity instance, ASdaiModel domain, ADistribution_view_relationship result)

public class ADistribution_view_relationship extends AEntity

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