C# Class GoodAI.BrainSimulator.NodeView.MyVariableBranchView

Inheritance: GoodAI.BrainSimulator.NodeView.MyNodeView
Mostra file Open project: GoodAI/BrainSimulator

Public Methods

Method Description
MyVariableBranchView ( GoodAI.Core.Configuration.MyNodeConfig nodeInfo, Graph.GraphControl owner ) : GoodAI.BrainSimulator.Nodes
UpdateBranches ( ) : void
UpdateView ( ) : void

Protected Methods

Method Description
AddInputBranch ( ) : void
AddOutputBranch ( ) : void
InitBranches ( ) : void
RemoveInputBranch ( ) : void
RemoveOutputBranch ( ) : void

Private Methods

Method Description
GetInputBranchName ( int index ) : string
GetOutputBranchName ( int index ) : string

Method Details

AddInputBranch() protected method

protected AddInputBranch ( ) : void
return void

AddOutputBranch() protected method

protected AddOutputBranch ( ) : void
return void

InitBranches() protected method

protected InitBranches ( ) : void
return void

MyVariableBranchView() public method

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

RemoveInputBranch() protected method

protected RemoveInputBranch ( ) : void
return void

RemoveOutputBranch() protected method

protected RemoveOutputBranch ( ) : void
return void

UpdateBranches() public method

public UpdateBranches ( ) : void
return void

UpdateView() public method

public UpdateView ( ) : void
return void