Overview Schemas Index

RESULTS_SCHEMA (jsdai.SResults_schema)


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

Entity data types and their attributes

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

Known subtypes

          mbna_solution_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_solution

Global rules for this entity data type

          -

public interface EMbna_solution extends EMbna_result

gridloc (explicit attribute)

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

solution (inverse attribute)

          AProperty_distribution_description getSolution(EMbna_solution type, ASdaiModel domain)

public class CMbna_solution implements EMbna_solution

          static EAttribute attributeGridloc(EMbna_solution type)
          static EAttribute attributeSolution(EMbna_solution type)

public class AMbna_solution extends AEntity

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