Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Reason.cs
1
using
Waher.Service.IoTBroker.StateMachines.Model.Values
;
2
3
namespace
Waher.Service.IoTBroker.StateMachines.Model.Actions.Runtime
4
{
8
public
class
Reason
:
Value
9
{
13
public
Reason
()
14
: base()
15
{
16
}
17
21
public
override
string
LocalName
=> nameof(
Reason
);
22
27
public
override
IStateMachineNode
Create
()
28
{
29
return
new
Reason
();
30
}
31
}
32
}
Waher.Service.IoTBroker.StateMachines.Model.Actions.Runtime.Reason
Defines a reason text.
Definition:
Reason.cs:9
Waher.Service.IoTBroker.StateMachines.Model.Actions.Runtime.Reason.Create
override IStateMachineNode Create()
Creates a new node of the corresponding type.
Definition:
Reason.cs:27
Waher.Service.IoTBroker.StateMachines.Model.Actions.Runtime.Reason.Reason
Reason()
Defines a reason text.
Definition:
Reason.cs:13
Waher.Service.IoTBroker.StateMachines.Model.Actions.Runtime.Reason.LocalName
override string LocalName
Local name
Definition:
Reason.cs:21
Waher.Service.IoTBroker.StateMachines.Model.Values.Value
Abstract base class for nodes with a value.
Definition:
Value.cs:13
Waher.Service.IoTBroker.StateMachines.Model.IStateMachineNode
Interface for State-Machine nodes
Definition:
IStateMachineNode.cs:11
Waher.Service.IoTBroker.StateMachines.Model.Actions.Runtime
Definition:
CallAction.cs:4
Waher.Service.IoTBroker.StateMachines.Model.Values
Definition:
Binary.cs:7
Waher.Service.IoTBroker
StateMachines
Model
Actions
Runtime
Reason.cs
Generated by
1.9.5