Overview Schemas Index

RESULTS_SCHEMA (jsdai.SResults_schema)


ENTITY mbna_discrete_data
          SUBTYPE OF (mbna_result);
          gridloc : mesh_location;
INVERSE
          data : SET [0:?] OF property_distribution_description FOR physical_function;
END_ENTITY; -- mbna_discrete_data

Entity data types and their attributes

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

Known subtypes

          mbna_discrete_data_with_rind (RESULTS_SCHEMA)

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_discrete_data

Global rules for this entity data type

          -

public interface EMbna_discrete_data extends EMbna_result

gridloc (explicit attribute)

          boolean testGridloc(EMbna_discrete_data type)
          int getGridloc(EMbna_discrete_data type)
          void setGridloc(EMbna_discrete_data type, int value)
          void unsetGridloc(EMbna_discrete_data type)

data (inverse attribute)

          AProperty_distribution_description getData(EMbna_discrete_data type, ASdaiModel domain)

public class CMbna_discrete_data implements EMbna_discrete_data

          static EAttribute attributeGridloc(EMbna_discrete_data type)
          static EAttribute attributeData(EMbna_discrete_data type)

public class AMbna_discrete_data extends AEntity

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