C# Class Axiom.Compiler.Framework.BinaryTree

Afficher le fichier Open project: ahodroj/prologdotnet Class Usage Examples

Méthodes publiques

Свойство Type Description
_arguments System.Collections.ArrayList
_left BinaryTree
_name string
_right BinaryTree

Méthodes publiques

Méthode Description
BinaryTree ( string name ) : System
BinaryTree ( string name, ArrayList arguments ) : System
BinaryTree ( string name, BinaryTree left ) : System
BinaryTree ( string name, BinaryTree left, BinaryTree right ) : System
Flatten ( BinaryTree t, ArrayList &args ) : void

Method Details

BinaryTree() public méthode

public BinaryTree ( string name ) : System
name string
Résultat System

BinaryTree() public méthode

public BinaryTree ( string name, ArrayList arguments ) : System
name string
arguments System.Collections.ArrayList
Résultat System

BinaryTree() public méthode

public BinaryTree ( string name, BinaryTree left ) : System
name string
left BinaryTree
Résultat System

BinaryTree() public méthode

public BinaryTree ( string name, BinaryTree left, BinaryTree right ) : System
name string
left BinaryTree
right BinaryTree
Résultat System

Flatten() public méthode

public Flatten ( BinaryTree t, ArrayList &args ) : void
t BinaryTree
args System.Collections.ArrayList
Résultat void

Property Details

_arguments public_oe property

public ArrayList,System.Collections _arguments
Résultat System.Collections.ArrayList

_left public_oe property

public BinaryTree,Axiom.Compiler.Framework _left
Résultat BinaryTree

_name public_oe property

public string _name
Résultat string

_right public_oe property

public BinaryTree,Axiom.Compiler.Framework _right
Résultat BinaryTree