Overview Schemas Index

PRODUCT_ANALYSIS_SCHEMA (jsdai.SProduct_analysis_schema)


ENTITY spatial_decomposition_of_temporal_spatial_domain;
          parts : SET [2:?] OF temporal_spatial_domain;
          whole : temporal_spatial_domain;
END_ENTITY; -- spatial_decomposition_of_temporal_spatial_domain

Entity data types and their attributes

spatial_decomposition_of_temporal_spatial_domain
          parts: SET [2:?] OF temporal_spatial_domain;
          whole: temporal_spatial_domain;

Users

spatial_decomposition_of_temporal_spatial_domain

Global rules for this entity data type

          -

public interface ESpatial_decomposition_of_temporal_spatial_domain extends EEntity

parts (explicit attribute)

          boolean testParts(ESpatial_decomposition_of_temporal_spatial_domain type)
          ATemporal_spatial_domain getParts(ESpatial_decomposition_of_temporal_spatial_domain type)
          ATemporal_spatial_domain createParts(ESpatial_decomposition_of_temporal_spatial_domain type)
          void unsetParts(ESpatial_decomposition_of_temporal_spatial_domain type)

whole (explicit attribute)

          boolean testWhole(ESpatial_decomposition_of_temporal_spatial_domain type)
          ETemporal_spatial_domain getWhole(ESpatial_decomposition_of_temporal_spatial_domain type)
          void setWhole(ESpatial_decomposition_of_temporal_spatial_domain type, ETemporal_spatial_domain value)
          void unsetWhole(ESpatial_decomposition_of_temporal_spatial_domain type)

public class CSpatial_decomposition_of_temporal_spatial_domain implements ESpatial_decomposition_of_temporal_spatial_domain

          static EAttribute attributeParts(ESpatial_decomposition_of_temporal_spatial_domain type)
          static int usedinParts(ESpatial_decomposition_of_temporal_spatial_domain type, ETemporal_spatial_domain instance, ASdaiModel domain, ASpatial_decomposition_of_temporal_spatial_domain result)
          static EAttribute attributeWhole(ESpatial_decomposition_of_temporal_spatial_domain type)
          static int usedinWhole(ESpatial_decomposition_of_temporal_spatial_domain type, ETemporal_spatial_domain instance, ASdaiModel domain, ASpatial_decomposition_of_temporal_spatial_domain result)

public class ASpatial_decomposition_of_temporal_spatial_domain extends AEntity

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