2using System.Collections.Generic;
4using System.Threading.Tasks;
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
Interface for activity nodes
Task< LinkedListNode< IActivityNode > > Execute(Variables Variables)
Executes a node.
string Id
ID of activity node.
void ExportPlantUml(StreamWriter Output, int Indentation, char QuoteChar)
Exports PlantUML
void Register(IActivityNode Node)
Registers a child activity node.