x4Trace Documentation v1.0
|
Classes | |
class | BlockVariableIsAlreadyAddedException |
Exception: Variable is already added. More... | |
class | FlowAgency |
Represents an agent object of the block of the flow. This is the behaiour of the flow block. More... | |
class | IFlowAddInfoFeature |
Represents additional information feature of the flow. More... | |
class | IFlowAddInfoFeatureList |
Represents a list of additional information of the flow. More... | |
class | IFlowBlockEditFeature |
class | IFlowEditFeature |
Represents the edit feature of the flow. More... | |
class | IFlowFeature |
Represents the flow feature. Use to edit of the flow. More... | |
class | IFlowListFeature |
Represents a list of flow feature. More... | |
class | IFlowVariableFeature |
Represents list of flow varriable feature. More... | |
class | IFlowVariableListFeature |
Represents list of flow variables. More... | |
Enumerations | |
enum | FlowSourceTypes { Flow = 0 , Product = 1 , Order = 2 } |
Source types of the flow. | |
enum | VariableDataType { Decimal = 0 , Text = 1 } |
Data types of the variable. | |
enum | VariableType { Process = 0 , Product = 1 } |
Types of variable. | |
enum | BlockBehaviour { SimpleForward = 0 , Assemble = 1 } |
Behaviour of the block. | |
enum | InputAssembly { None = 0 , Part = 1 , Assembly = 2 } |
Types of input. | |