3using System.Threading.Tasks;
44 return Task.CompletedTask;
Root node of a simulation model
Events(ISimulationNode Parent, Model Model)
Container for events.
override string LocalName
Local name of XML element defining contents of class.
override ISimulationNode Create(ISimulationNode Parent, Model Model)
Creates a new instance of the node.
override Task ExportMarkdown(StreamWriter Output)
Exports Markdown
Abstract base class for simulation nodes with children
ISimulationNode Parent
Parent node in the simulation model.
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...