Overview Schemas Index

HIERARCHY_SCHEMA (jsdai.SHierarchy_schema)


ENTITY mbna_zone
          SUBTYPE OF (model_product_domain_with_mesh);
          conditions : SET [0:?] OF mbna_zone_bc;
          equations : SET [0:?] OF mbna_equation_set;
          grid_connectivity : OPTIONAL multiple_mesh_block;
          rstate : SET [0:?] OF mbna_reference_state;
INVERSE
          coordinates : SET [0:?] OF grid_coordinates FOR domain;
          field_data : SET [0:?] OF mbna_discrete_data FOR domain;
          history : SET [0:?] OF mbna_history FOR domain;
          solution : SET [0:?] OF mbna_solution FOR domain;
END_ENTITY; -- mbna_zone

Entity data types and their attributes

numerical_model
          id: identifier;
          name: label;
          description: text;
          creating_software: text;
          intended_analysis_code: SET [1:?] OF text;
          analysis_type: text;
model_product_domain
          temporal_parts: LIST [0:?] OF model_action_domain;
model_product_domain_with_mesh
          model_mesh: mesh;
mbna_zone
          conditions: SET [0:?] OF mbna_zone_bc;
          equations: SET [0:?] OF mbna_equation_set;
          (OPT) grid_connectivity: multiple_mesh_block;
          rstate: SET [0:?] OF mbna_reference_state;
          (INV) coordinates: SET [0:?] OF grid_coordinates FOR domain;
          (INV) field_data: SET [0:?] OF mbna_discrete_data FOR domain;
          (INV) history: SET [0:?] OF mbna_history FOR domain;
          (INV) solution: SET [0:?] OF mbna_solution FOR domain;

Known subtypes

          fd_zone (HIERARCHY_SCHEMA)

Users: by entity attributes

numerical_model
          behavioural_decomposition_of_numerical_model.parts
          behavioural_decomposition_of_numerical_model.whole
          model_property_distribution.domain
          simulation_run.simulated
          spatial_decomposition_of_numerical_model.parts
          spatial_decomposition_of_numerical_model.whole
          view_relationship.view
model_product_domain
          product_view_relationship.discretised_model
                    discretised_product_model_select
model_product_domain_with_mesh
          grid_coordinates.domain
mbna_zone
          mbna_step.zones

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

mbna_zone
          -

Global rules for this entity data type

          -

public interface EMbna_zone extends EModel_product_domain_with_mesh

conditions (explicit attribute)

          boolean testConditions(EMbna_zone type)
          AMbna_zone_bc getConditions(EMbna_zone type)
          AMbna_zone_bc createConditions(EMbna_zone type)
          void unsetConditions(EMbna_zone type)

equations (explicit attribute)

          boolean testEquations(EMbna_zone type)
          AMbna_equation_set getEquations(EMbna_zone type)
          AMbna_equation_set createEquations(EMbna_zone type)
          void unsetEquations(EMbna_zone type)

grid_connectivity (explicit attribute)

          boolean testGrid_connectivity(EMbna_zone type)
          EMultiple_mesh_block getGrid_connectivity(EMbna_zone type)
          void setGrid_connectivity(EMbna_zone type, EMultiple_mesh_block value)
          void unsetGrid_connectivity(EMbna_zone type)

rstate (explicit attribute)

          boolean testRstate(EMbna_zone type)
          AMbna_reference_state getRstate(EMbna_zone type)
          AMbna_reference_state createRstate(EMbna_zone type)
          void unsetRstate(EMbna_zone type)

coordinates (inverse attribute)

          AGrid_coordinates getCoordinates(EMbna_zone type, ASdaiModel domain)

field_data (inverse attribute)

          AMbna_discrete_data getField_data(EMbna_zone type, ASdaiModel domain)

history (inverse attribute)

          AMbna_history getHistory(EMbna_zone type, ASdaiModel domain)

solution (inverse attribute)

          AMbna_solution getSolution(EMbna_zone type, ASdaiModel domain)

public class CMbna_zone implements EMbna_zone

          static EAttribute attributeConditions(EMbna_zone type)
          static int usedinConditions(EMbna_zone type, EMbna_zone_bc instance, ASdaiModel domain, AMbna_zone result)
          static EAttribute attributeEquations(EMbna_zone type)
          static int usedinEquations(EMbna_zone type, EMbna_equation_set instance, ASdaiModel domain, AMbna_zone result)
          static EAttribute attributeGrid_connectivity(EMbna_zone type)
          static int usedinGrid_connectivity(EMbna_zone type, EMultiple_mesh_block instance, ASdaiModel domain, AMbna_zone result)
          static EAttribute attributeRstate(EMbna_zone type)
          static int usedinRstate(EMbna_zone type, EMbna_reference_state instance, ASdaiModel domain, AMbna_zone result)
          static EAttribute attributeCoordinates(EMbna_zone type)
          static EAttribute attributeField_data(EMbna_zone type)
          static EAttribute attributeHistory(EMbna_zone type)
          static EAttribute attributeSolution(EMbna_zone type)

public class AMbna_zone extends AEntity

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