Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IValue.cs
1using System;
2using System.IO;
3using System.Threading.Tasks;
4using Waher.Script;
5
7{
11 public interface IValue : ISimulationNode
12 {
19
26 void ExportPlantUml(StreamWriter Output, int Indentation, char QuoteChar);
27 }
28}
Collection of variables.
Definition: Variables.cs:25
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
void ExportPlantUml(StreamWriter Output, int Indentation, char QuoteChar)
Exports PlantUML
Task< object > EvaluateAsync(Variables Variables)
Evaluates the value.