C# 클래스 Axiom.Compiler.Framework.BinaryTree

파일 보기 프로젝트 열기: ahodroj/prologdotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_arguments System.Collections.ArrayList
_left BinaryTree
_name string
_right BinaryTree

공개 메소드들

메소드 설명
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

메소드 상세

BinaryTree() 공개 메소드

public BinaryTree ( string name ) : System
name string
리턴 System

BinaryTree() 공개 메소드

public BinaryTree ( string name, ArrayList arguments ) : System
name string
arguments System.Collections.ArrayList
리턴 System

BinaryTree() 공개 메소드

public BinaryTree ( string name, BinaryTree left ) : System
name string
left BinaryTree
리턴 System

BinaryTree() 공개 메소드

public BinaryTree ( string name, BinaryTree left, BinaryTree right ) : System
name string
left BinaryTree
right BinaryTree
리턴 System

Flatten() 공개 메소드

public Flatten ( BinaryTree t, ArrayList &args ) : void
t BinaryTree
args System.Collections.ArrayList
리턴 void

프로퍼티 상세

_arguments 공개적으로 프로퍼티

public ArrayList,System.Collections _arguments
리턴 System.Collections.ArrayList

_left 공개적으로 프로퍼티

public BinaryTree,Axiom.Compiler.Framework _left
리턴 BinaryTree

_name 공개적으로 프로퍼티

public string _name
리턴 string

_right 공개적으로 프로퍼티

public BinaryTree,Axiom.Compiler.Framework _right
리턴 BinaryTree