Overview Schemas Index

PRODUCT_ANALYSIS_SCHEMA (jsdai.SProduct_analysis_schema)


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

Entity data types and their attributes

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

Users

behavioural_decomposition_of_temporal_spatial_domain

Global rules for this entity data type

          -

public interface EBehavioural_decomposition_of_temporal_spatial_domain extends EEntity

parts (explicit attribute)

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

whole (explicit attribute)

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

public class CBehavioural_decomposition_of_temporal_spatial_domain implements EBehavioural_decomposition_of_temporal_spatial_domain

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

public class ABehavioural_decomposition_of_temporal_spatial_domain extends AEntity

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