|
ENTITY Probability_derived SUBTYPE OF (Probability_numeric); derives_from : Probability_generator; has_parameter : LIST [1:?] OF Probability_derivation_parameter; END_ENTITY; -- Probability_derived |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; Probability - Probability_numeric (RT) items->has_value: SET [1:1] OF Probability_numeric_value; Probability_derived derives_from: Probability_generator; has_parameter: LIST [1:?] OF Probability_derivation_parameter; |
Global rules for this entity data type- |