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