C# Class Mnetsynt3.Mnet

Mostrar archivo Open project: Gl237man/mineroute Class Usage Examples

Public Properties

Property Type Description
nodes List
wireGroups List
wires List

Public Methods

Method Description
FindNode ( string NodeName ) : Node
GetLuts ( ) : List
ReadMnetFile ( string FileName ) : void
RemoveNode ( string NodeName ) : void
RemoveWireFrom ( string name, string port ) : void
RemoveWireTo ( string name, string port ) : void

Private Methods

Method Description
FindWireFrom ( string NodeName ) : Wire
FindWireFromPort ( string NodeName, string PortName ) : Wire
FindWireTo ( string NodeName ) : Wire
FindWireToPort ( string NodeName, string PortName ) : Wire
GetSting ( ) : string
RenameElement ( string From, string To ) : void

Method Details

FindNode() public method

public FindNode ( string NodeName ) : Node
NodeName string
return Node

GetLuts() public method

public GetLuts ( ) : List
return List

ReadMnetFile() public method

public ReadMnetFile ( string FileName ) : void
FileName string
return void

RemoveNode() public method

public RemoveNode ( string NodeName ) : void
NodeName string
return void

RemoveWireFrom() public method

public RemoveWireFrom ( string name, string port ) : void
name string
port string
return void

RemoveWireTo() public method

public RemoveWireTo ( string name, string port ) : void
name string
port string
return void

Property Details

nodes public_oe property

public List nodes
return List

wireGroups public_oe property

public List wireGroups
return List

wires public_oe property

public List wires
return List