Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IConditional.cs
1using System;
2
4{
8 public interface IConditional
9 {
15 }
16}
Interface for elements taking Condition nodes.
Definition: IConditional.cs:9
void Register(IConditionNode Node)
Register a conditional node.