C# Class GoodAI.BrainSimulator.NodeView.MyVariableBranchView

Inheritance: GoodAI.BrainSimulator.NodeView.MyNodeView
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes publiques

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

Méthodes protégées

Méthode Description
AddInputBranch ( ) : void
AddOutputBranch ( ) : void
InitBranches ( ) : void
RemoveInputBranch ( ) : void
RemoveOutputBranch ( ) : void

Private Methods

Méthode Description
GetInputBranchName ( int index ) : string
GetOutputBranchName ( int index ) : string

Method Details

AddInputBranch() protected méthode

protected AddInputBranch ( ) : void
Résultat void

AddOutputBranch() protected méthode

protected AddOutputBranch ( ) : void
Résultat void

InitBranches() protected méthode

protected InitBranches ( ) : void
Résultat void

MyVariableBranchView() public méthode

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

RemoveInputBranch() protected méthode

protected RemoveInputBranch ( ) : void
Résultat void

RemoveOutputBranch() protected méthode

protected RemoveOutputBranch ( ) : void
Résultat void

UpdateBranches() public méthode

public UpdateBranches ( ) : void
Résultat void

UpdateView() public méthode

public UpdateView ( ) : void
Résultat void