Overview Schemas Index

CONDITIONS_SCHEMA (jsdai.SConditions_schema)


ENTITY indexed_points_bc
          SUBTYPE OF (mbna_bc);
          point_indices : indices_group;
END_ENTITY; -- indexed_points_bc

Entity data types and their attributes

numerical_model
          analysis_type: text;
          creating_software: text;
          description: text;
          id: identifier;
          intended_analysis_code: SET [0:?] OF text;
model_state_domain
          -
mbna_condition
          -
mbna_bc
          datasets: SET [0:?] OF mbna_bc_dataset;
          family: SET [0:?] OF mbna_family;
          gridloc: mesh_location;
          (OPT) inward_normal_index: ijk_minmax;
          (OPT) inward_normal_list: indices_list;
          rstate: SET [0:?] OF mbna_reference_state;
          the_type: mbna_bc_type;
indexed_points_bc
          point_indices: indices_group;

Users

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_state_domain
          model_action_domain.final
          model_action_domain.initial
          same_discretised_state_model.equivalent_records
                    discretised_state_model_select
          state_view_relationship.discretised_model
                    discretised_state_model_select
mbna_condition
mbna_bc
          mbna_zone_bc.conditions
indexed_points_bc

Global rules for this entity data type

          -

public interface EIndexed_points_bc extends EMbna_bc

point_indices (explicit attribute)

          int testPoint_indices(EIndexed_points_bc type)
          case 1
              EEntity getPoint_indices(EIndexed_points_bc type)
              void setPoint_indices(EIndexed_points_bc type, EEntity value, EEntity node1)
          void unsetPoint_indices(EIndexed_points_bc type)

public class CIndexed_points_bc implements EIndexed_points_bc

          static EAttribute attributePoint_indices(EIndexed_points_bc type)
          static int usedinPoint_indices(EIndexed_points_bc type, EEntity instance, ASdaiModel domain, AIndexed_points_bc result)

public class AIndexed_points_bc extends AEntity

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