|
ENTITY Distribution_by_value SUBTYPE OF (Probability_distribution); defined_function : Value_function; distribution_function : STRING; END_ENTITY; -- Distribution_by_value |
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_generator - Probability_distribution (OPT) distribution_name: STRING; is_continuous: STRING; mean: REAL; variance: REAL; Distribution_by_value defined_function: Value_function; distribution_function: STRING; |
Global rules for this entity data type- |