Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Then.cs
1
namespace
Waher.Service.IoTBroker.StateMachines.Model.Actions.Conditional
2
{
6
public
class
Then
:
ActionContainer
7
{
11
public
Then
()
12
: base()
13
{
14
}
15
19
public
override
string
LocalName
=> nameof(
Then
);
20
25
public
override
IStateMachineNode
Create
()
26
{
27
return
new
Then
();
28
}
29
}
30
}
Waher.Service.IoTBroker.StateMachines.Model.Actions.ActionContainer
Abstract base class for action nodes that contain other action nodes.
Definition:
ActionContainer.cs:9
Waher.Service.IoTBroker.StateMachines.Model.Actions.Conditional.Then
Actions executed if condition is true.
Definition:
Then.cs:7
Waher.Service.IoTBroker.StateMachines.Model.Actions.Conditional.Then.Then
Then()
Actions executed if condition is true.
Definition:
Then.cs:11
Waher.Service.IoTBroker.StateMachines.Model.Actions.Conditional.Then.LocalName
override string LocalName
Local name
Definition:
Then.cs:19
Waher.Service.IoTBroker.StateMachines.Model.Actions.Conditional.Then.Create
override IStateMachineNode Create()
Creates a new node of the corresponding type.
Definition:
Then.cs:25
Waher.Service.IoTBroker.StateMachines.Model.IStateMachineNode
Interface for State-Machine nodes
Definition:
IStateMachineNode.cs:11
Waher.Service.IoTBroker.StateMachines.Model.Actions.Conditional
Definition:
Case.cs:8
Waher.Service.IoTBroker
StateMachines
Model
Actions
Conditional
Then.cs
Generated by
1.9.5