Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IConditional.cs
1
using
System;
2
3
namespace
TAG.Simulator.ObjectModel.Activities
4
{
8
public
interface
IConditional
9
{
14
void
Register
(
IConditionNode
Node);
15
}
16
}
TAG.Simulator.ObjectModel.Activities.IConditionNode
Interface for condition nodes
Definition:
IConditionNode.cs:12
TAG.Simulator.ObjectModel.Activities.IConditional
Interface for elements taking Condition nodes.
Definition:
IConditional.cs:9
TAG.Simulator.ObjectModel.Activities.IConditional.Register
void Register(IConditionNode Node)
Register a conditional node.
TAG.Simulator.ObjectModel.Activities
Definition:
Action.cs:12
ComSim
TAG.Simulator
ObjectModel
Activities
IConditional.cs
Generated by
1.9.5