Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
OnEnter.cs
1
using
Waher.Service.IoTBroker.StateMachines.Model.Actions
;
2
3
namespace
Waher.Service.IoTBroker.StateMachines.Model.States
4
{
8
public
class
OnEnter
:
ActionReference
9
{
13
public
OnEnter
()
14
: base()
15
{
16
}
17
21
public
override
string
LocalName
=> nameof(
OnEnter
);
22
27
public
override
IStateMachineNode
Create
()
28
{
29
return
new
OnEnter
();
30
}
31
}
32
}
Waher.Service.IoTBroker.StateMachines.Model.Actions.ActionReference
Abstract base class for nodes referencing an action.
Definition:
ActionReference.cs:17
Waher.Service.IoTBroker.StateMachines.Model.States.OnEnter
Action executed when entering a state.
Definition:
OnEnter.cs:9
Waher.Service.IoTBroker.StateMachines.Model.States.OnEnter.Create
override IStateMachineNode Create()
Creates a new node of the corresponding type.
Definition:
OnEnter.cs:27
Waher.Service.IoTBroker.StateMachines.Model.States.OnEnter.OnEnter
OnEnter()
Action executed when entering a state.
Definition:
OnEnter.cs:13
Waher.Service.IoTBroker.StateMachines.Model.States.OnEnter.LocalName
override string LocalName
Local name
Definition:
OnEnter.cs:21
Waher.Service.IoTBroker.StateMachines.Model.IStateMachineNode
Interface for State-Machine nodes
Definition:
IStateMachineNode.cs:11
Waher.Service.IoTBroker.StateMachines.Model.Actions
Definition:
Action.cs:7
Waher.Service.IoTBroker.StateMachines.Model.States
Definition:
OnEnter.cs:4
Waher.Service.IoTBroker
StateMachines
Model
States
OnEnter.cs
Generated by
1.9.5