BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
BPMNOS::Model::StochasticPendingDisclosure Struct Reference

Structure representing a pending disclosure. More...

Detailed Description

Stores a pre-computed value to be revealed at disclosure time. The value is computed at parse time using only global attributes.

Definition at line 21 of file StochasticScenario.h.

#include <StochasticScenario.h>

Public Attributes

const Attributeattribute
 The attribute to initialize.
 
BPMNOS::number disclosureTime
 Time when this attribute is disclosed.
 
BPMNOS::number value
 Pre-computed value to reveal at disclosure time.
 

Member Data Documentation

◆ attribute

const Attribute* BPMNOS::Model::StochasticPendingDisclosure::attribute

Definition at line 22 of file StochasticScenario.h.

◆ disclosureTime

BPMNOS::number BPMNOS::Model::StochasticPendingDisclosure::disclosureTime

Definition at line 23 of file StochasticScenario.h.

◆ value

BPMNOS::number BPMNOS::Model::StochasticPendingDisclosure::value

Definition at line 24 of file StochasticScenario.h.


The documentation for this struct was generated from the following file: