|
ENTITY State_relationship; name : STRING; description : OPTIONAL STRING; relating : SET [1:?] OF State; related : SET [1:?] OF State; END_ENTITY; -- State_relationship |
Entity data types and their attributesState_relationshipname: STRING; (OPT) description: STRING; relating: SET [1:?] OF State; related: SET [1:?] OF State; |
| Composition_of_state (State_observed_arm) |
| Sequence_of_state (State_observed_arm) |
| State_cause_effect (State_observed_arm) |
| State_predicted_to_observed (State_observed_arm) |
| State_transition (State_observed_arm) |
Global rules for this entity data type- |