Overview Schemas Index

RESULTS_SCHEMA (jsdai.SResults_schema)


ENTITY mbna_discrete_data_with_rind
          SUBTYPE OF (mbna_discrete_data);
          rind_planes : rind;
END_ENTITY; -- mbna_discrete_data_with_rind

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;
mbna_discrete_data_with_rind
          rind_planes: rind;

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
mbna_discrete_data_with_rind

Global rules for this entity data type

          -

public interface EMbna_discrete_data_with_rind extends EMbna_discrete_data

rind_planes (explicit attribute)

          boolean testRind_planes(EMbna_discrete_data_with_rind type)
          ERind getRind_planes(EMbna_discrete_data_with_rind type)
          void setRind_planes(EMbna_discrete_data_with_rind type, ERind value)
          void unsetRind_planes(EMbna_discrete_data_with_rind type)

public class CMbna_discrete_data_with_rind implements EMbna_discrete_data_with_rind

          static EAttribute attributeRind_planes(EMbna_discrete_data_with_rind type)
          static int usedinRind_planes(EMbna_discrete_data_with_rind type, ERind instance, ASdaiModel domain, AMbna_discrete_data_with_rind result)

public class AMbna_discrete_data_with_rind extends AEntity

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