Overview Schemas Index

analysis_schema         


ENTITY simulation_run;
          id : identifier;
          name : label;
          description : text;
          simulated : numerical_model;
          results : SET [0:?] OF model_property_distribution;
END_ENTITY; -- simulation_run

Entity data types and their attributes

simulation_run
          id: identifier;
          name: label;
          description: text;
          simulated: numerical_model;
          results: SET [0:?] OF model_property_distribution;

Users: by entity attributes

simulation_run

Users: by defined types, not used by any entity attribute

simulation_run
          -

Global rules for this entity data type

          -