Overview Schemas Index

PRODUCT_ANALYSIS_SCHEMA (jsdai.SProduct_analysis_schema)


ENTITY temporal_spatial_domain;
          id : identifier;
          name : label;
          description : text;
WHERE
          wr1: definition_for_temporal_spatial_domain(SELF);
END_ENTITY; -- temporal_spatial_domain

Entity data types and their attributes

temporal_spatial_domain
          id: identifier;
          name: label;
          description: text;

Known subtypes

          physical_action_domain (PRODUCT_ANALYSIS_SCHEMA)
          physical_product_domain (PRODUCT_ANALYSIS_SCHEMA)
          physical_state_domain (PRODUCT_ANALYSIS_SCHEMA)

Known subtype constraints

          sc1_temporal_spatial_domain (PRODUCT_ANALYSIS_SCHEMA)

Users

temporal_spatial_domain
          applied_approval_assignment.items
                    approval_item
                              ap209e2_analysis_approval_item
          behavioural_decomposition_of_temporal_spatial_domain.parts
          behavioural_decomposition_of_temporal_spatial_domain.whole
          domain_property.domain
          idealisation_relationship.idealisation
          spatial_decomposition_of_temporal_spatial_domain.parts
          spatial_decomposition_of_temporal_spatial_domain.whole
          view_relationship.viewed

Global rules for this entity data type

          -

public interface ETemporal_spatial_domain extends EEntity

id (explicit attribute)

          boolean testId(ETemporal_spatial_domain type)
          String getId(ETemporal_spatial_domain type)
          void setId(ETemporal_spatial_domain type, String value)
          void unsetId(ETemporal_spatial_domain type)

name (explicit attribute)

          boolean testName(ETemporal_spatial_domain type)
          String getName(ETemporal_spatial_domain type)
          void setName(ETemporal_spatial_domain type, String value)
          void unsetName(ETemporal_spatial_domain type)

description (explicit attribute)

          boolean testDescription(ETemporal_spatial_domain type)
          String getDescription(ETemporal_spatial_domain type)
          void setDescription(ETemporal_spatial_domain type, String value)
          void unsetDescription(ETemporal_spatial_domain type)

public class CTemporal_spatial_domain implements ETemporal_spatial_domain

          static EAttribute attributeId(ETemporal_spatial_domain type)
          static EAttribute attributeName(ETemporal_spatial_domain type)
          static EAttribute attributeDescription(ETemporal_spatial_domain type)

public class ATemporal_spatial_domain extends AEntity

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