C# Class GoodAI.BrainSimulator.NodeView.MyNodeGroupView

Inheritance: MyVariableBranchView
Mostra file Open project: GoodAI/BrainSimulator

Public Methods

Method Description
MyNodeGroupView ( GoodAI.Core.Configuration.MyNodeConfig nodeInfo, Graph.GraphControl owner ) : GoodAI.BrainSimulator.Nodes

Protected Methods

Method Description
AddInputBranch ( ) : void
AddOutputBranch ( ) : void

Method Details

AddInputBranch() protected method

protected AddInputBranch ( ) : void
return void

AddOutputBranch() protected method

protected AddOutputBranch ( ) : void
return void

MyNodeGroupView() public method

public MyNodeGroupView ( GoodAI.Core.Configuration.MyNodeConfig nodeInfo, Graph.GraphControl owner ) : GoodAI.BrainSimulator.Nodes
nodeInfo GoodAI.Core.Configuration.MyNodeConfig
owner Graph.GraphControl
return GoodAI.BrainSimulator.Nodes