Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IConditionNode.cs
1using System;
2using System.IO;
3using System.Threading.Tasks;
4using Waher.Script;
5
7{
11 public interface IConditionNode : IActivityNode
12 {
19
27 void ExportPlantUml(StreamWriter Output, int Indentation, bool First, char QuoteChar);
28 }
29}
Collection of variables.
Definition: Variables.cs:25
Task< bool > IsTrue(Variables Variables)
If the node condition is true.
void ExportPlantUml(StreamWriter Output, int Indentation, bool First, char QuoteChar)
Exports PlantUML