ENTITY simulation_unit_state

(* SCHEMA cast_parts_schema; *)
  ENTITY simulation_unit_state
    SUBTYPE OF (action_property);
    WHERE
    wr1: SIZEOF(QUERY ( adr <* USEDIN(SELF,
         'CAST_PARTS_SCHEMA.APPLIED_TIME_ASSIGNMENT.ITEMS') | 
         ((adr.role.name = 'evaluation time') AND 
         ('CAST_PARTS_SCHEMA.LOCAL_TIME' IN TYPEOF(adr.assigned_time))) 
         )) = 1;
               
 wr2: SIZEOF(QUERY ( apr <* USEDIN(SELF,
      'CAST_PARTS_SCHEMA.ACTION_PROPERTY_REPRESENTATION.PROPERTY')| 
      'CAST_PARTS_SCHEMA.SIMULATED_PROPERTY' 
      IN TYPEOF(apr.representation)
       ))>=1;

  END_ENTITY; -- simulation_unit_state

Explicit Attributes

Entity simulation_unit_state has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_property
 descriptiontext (STRING)action_property
 definitioncharacterized_action_definition (SELECT)action_property

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity simulation_unit_state inherits from the following supertypes:
  action_property

Subtypes

    No subtypes

Referenced By

Entity simulation_unit_state and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_property_relationship ENTITY action_property
 action_property_representation ENTITY action_property
 derived_property_select SELECT action_property
 get_action_property_representation FUNCTION action_property
 time_item SELECT action_property


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:49-04:00