Navigation

physical_action_variable

EXPRESS specification:

ENTITY physical_action_variable
ABSTRACT SUPERTYPE OF (ONEOF(physical_action_variable_long_term, physical_action_variable_transient, physical_action_variable_short_term))
SUBTYPE OF ( physical_action);
END_ENTITY;

References (4):

Name Type Referred through Express-G
physical_action Entity
Subtype
No Diagram
physical_action_variable_long_term Entity
Supertype
No Diagram
physical_action_variable_short_term Entity
Supertype
No Diagram
physical_action_variable_transient Entity
Supertype
No Diagram

Inheritance graph

ENTITY physical_action_variable;
ENTITY physical_action;
action_nature  :  static_or_dynamic;
action_spatial_variation  :  spatial_variation;
action_type  :  direct_or_indirect_action;
basic_magnitude  :  OPTIONAL measure_with_unit;
derived_magnitude  :  OPTIONAL measure_with_unit;
derivation_factors  :  LIST OF REAL;
derivation_factor_labels  :  LIST OF label;
ENTITY physical_action_variable;
END_ENTITY;