2using System.Collections.Generic;
4using System.Threading.Tasks;
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
Interface for event preparation nodes
void Release(Variables Variables)
Releases resources at the end of an event.
void ExportPlantUml(StreamWriter Output, string Name, int Index)
Exports the node to PlantUML script in a markdown document.
Task Prepare(Variables Variables, List< KeyValuePair< string, object > > Tags)
Prepares Variables for the execution of an event.