Overview Schemas Index

ANALYSIS_SCHEMA (jsdai.SAnalysis_schema)


ENTITY spatial_decomposition_of_numerical_model;
          parts : LIST [2:?] OF numerical_model;
          whole : numerical_model;
END_ENTITY; -- spatial_decomposition_of_numerical_model

Entity data types and their attributes

spatial_decomposition_of_numerical_model
          parts: LIST [2:?] OF numerical_model;
          whole: numerical_model;

Users

spatial_decomposition_of_numerical_model

Global rules for this entity data type

          -

public interface ESpatial_decomposition_of_numerical_model extends EEntity

parts (explicit attribute)

          boolean testParts(ESpatial_decomposition_of_numerical_model type)
          ANumerical_model getParts(ESpatial_decomposition_of_numerical_model type)
          ANumerical_model createParts(ESpatial_decomposition_of_numerical_model type)
          void unsetParts(ESpatial_decomposition_of_numerical_model type)

whole (explicit attribute)

          boolean testWhole(ESpatial_decomposition_of_numerical_model type)
          ENumerical_model getWhole(ESpatial_decomposition_of_numerical_model type)
          void setWhole(ESpatial_decomposition_of_numerical_model type, ENumerical_model value)
          void unsetWhole(ESpatial_decomposition_of_numerical_model type)

public class CSpatial_decomposition_of_numerical_model implements ESpatial_decomposition_of_numerical_model

          static EAttribute attributeParts(ESpatial_decomposition_of_numerical_model type)
          static int usedinParts(ESpatial_decomposition_of_numerical_model type, ENumerical_model instance, ASdaiModel domain, ASpatial_decomposition_of_numerical_model result)
          static EAttribute attributeWhole(ESpatial_decomposition_of_numerical_model type)
          static int usedinWhole(ESpatial_decomposition_of_numerical_model type, ENumerical_model instance, ASdaiModel domain, ASpatial_decomposition_of_numerical_model result)

public class ASpatial_decomposition_of_numerical_model extends AEntity

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