edu.iastate.anthill.indus.iterator.mips
Class MIPS2Tree

java.lang.Object
  extended byedu.iastate.anthill.indus.iterator.DB2Tree
      extended byedu.iastate.anthill.indus.iterator.mips.MIPS2Tree

public class MIPS2Tree
extends DB2Tree

Since:
1.0
Author:
Jie Bao

Field Summary
 
Fields inherited from class edu.iastate.anthill.indus.iterator.DB2Tree
db
 
Constructor Summary
MIPS2Tree(java.sql.Connection db)
           
 
Method Summary
protected  java.lang.String findComments(java.lang.String id)
           
protected  java.util.Vector getChildren(java.lang.String from_id)
           
protected  java.util.Vector getParent(java.lang.String from_id)
           
 java.lang.String getRootId()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class edu.iastate.anthill.indus.iterator.DB2Tree
buildTree, createNode, defaultFindComments, defaultGetChildren, defaultGetParent, getFirstParent, getFirstParentPath, getTree, insertPath, insertSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MIPS2Tree

public MIPS2Tree(java.sql.Connection db)
Method Detail

findComments

protected java.lang.String findComments(java.lang.String id)
Specified by:
findComments in class DB2Tree

getChildren

protected java.util.Vector getChildren(java.lang.String from_id)
Specified by:
getChildren in class DB2Tree

getParent

protected java.util.Vector getParent(java.lang.String from_id)
Specified by:
getParent in class DB2Tree

main

public static void main(java.lang.String[] args)

getRootId

public java.lang.String getRootId()
Specified by:
getRootId in class DB2Tree