C# Class Brunet.Symphony.StructuredNode.UpdateNeighborAction

Inheritance: IAction
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
ConType string
Neighbor Brunet.Connections.Connection
Node StructuredNode

Public Methods

Method Description
Start ( ) : void
UpdateNeighborAction ( StructuredNode n, string contype, Connection neigh ) : System

Method Details

Start() public method

public Start ( ) : void
return void

UpdateNeighborAction() public method

public UpdateNeighborAction ( StructuredNode n, string contype, Connection neigh ) : System
n StructuredNode
contype string
neigh Brunet.Connections.Connection
return System

Property Details

ConType public property

public string ConType
return string

Neighbor public property

public Connection,Brunet.Connections Neighbor
return Brunet.Connections.Connection

Node public property

public StructuredNode,Brunet.Symphony Node
return StructuredNode