Property | Type | Description | |
---|---|---|---|
Children | List |
||
Gene | IGPGene |
Method | Description | |
---|---|---|
Clone ( ) : object |
Clone the tree node.
|
|
GPTreeNode ( IGPGene gene ) : System |
Initializes a new instance of the GPTreeNode class.
|
|
ToString ( ) : string |
Get string representation of the node. String representation of the node lists all node's children and then the node itself. Such node's string representations equals to its reverse polish notation. For example, if nodes value is '+' and its children are '3' and '5', then nodes string representation is "3 5 +". |
Method | Description | |
---|---|---|
GPTreeNode ( ) : System |
Initializes a new instance of the GPTreeNode class.
|