Overview Schemas Index

RESULTS_SCHEMA (jsdai.SResults_schema)


ENTITY mbna_history
          SUBTYPE OF (mbna_result);
          notes : LIST [0:?] OF text;
INVERSE
          data : SET [0:?] OF property_distribution_description FOR physical_function;
END_ENTITY; -- mbna_history

Entity data types and their attributes

model_property_distribution
          creating_software: text;
          domain: numerical_model;
          range: general_property;
mbna_result
          -
mbna_history
          notes: LIST [0:?] OF text;
          (INV) data: SET [0:?] OF property_distribution_description FOR physical_function;

Users

model_property_distribution
          distribution_view_relationship.discretised_model
                    discretised_distribution_model_select
          normalized_property_distribution_description.normalization_basis
                    property_distribution_select
                              mbna_property_distribution_select
          normalized_property_distribution_description.physical_function
                    property_distribution_select
                              mbna_property_distribution_select
          property_distribution_description.physical_function
                    property_distribution_select
                              mbna_property_distribution_select
          same_discretised_distribution_model.equivalent_records
                    discretised_distribution_model_select
          simulation_run.results
mbna_result
mbna_history

Global rules for this entity data type

          -

public interface EMbna_history extends EMbna_result

notes (explicit attribute)

          boolean testNotes(EMbna_history type)
          A_String getNotes(EMbna_history type)
          A_String createNotes(EMbna_history type)
          void unsetNotes(EMbna_history type)

data (inverse attribute)

          AProperty_distribution_description getData(EMbna_history type, ASdaiModel domain)

public class CMbna_history implements EMbna_history

          static EAttribute attributeNotes(EMbna_history type)
          static EAttribute attributeData(EMbna_history type)

public class AMbna_history extends AEntity

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