edu.iastate.anthill.indus.datasource.type
Class DbAVH

java.lang.Object
  extended byedu.iastate.anthill.indus.datasource.type.DataType
      extended byedu.iastate.anthill.indus.datasource.type.Graph
          extended byedu.iastate.anthill.indus.datasource.type.DAG
              extended byedu.iastate.anthill.indus.datasource.type.AVH
                  extended byedu.iastate.anthill.indus.datasource.type.DbAVH
All Implemented Interfaces:
Configable

public class DbAVH
extends AVH

@author Jie Bao , baojie@cs.iastate.edu

@since 2005-03-30


Field Summary
(package private)  DB2Tree templateTree
           
 
Fields inherited from class edu.iastate.anthill.indus.datasource.type.AVH
nameOfOrder, template, treeAVT
 
Fields inherited from class edu.iastate.anthill.indus.datasource.type.Graph
edges, nodes
 
Fields inherited from class edu.iastate.anthill.indus.datasource.type.DataType
DEFAULT_TYPES, modified, name, readOnly, supertype
 
Constructor Summary
DbAVH()
           
DbAVH(java.lang.String name, java.lang.String treetype, java.lang.String template)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class edu.iastate.anthill.indus.datasource.type.AVH
fromXML, getEditor, getInformation, getNameOfOrder, getTreeAVH, isAVH, OldFromXML, oldToXML, parseTemplate, print, setName, setNameOfOrder, setTree, toString, toXML
 
Methods inherited from class edu.iastate.anthill.indus.datasource.type.Graph
addEdge, addEdge, addNode, deleteEdge, deleteEdge, deleteNode, deleteNode, findEdge, findNode, findOrCreateNode, getAllAncestor, getChild, getEdge, getLeaves, getNode, getParent, getRoots, getTaggedText, renameEdge, renameNode, test
 
Methods inherited from class edu.iastate.anthill.indus.datasource.type.DataType
getName, getPredefinedTypes, getSupertype, isLegalName, isNumber, isPredefinedType, isString, parseSupertype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

templateTree

DB2Tree templateTree
Constructor Detail

DbAVH

public DbAVH()

DbAVH

public DbAVH(java.lang.String name,
             java.lang.String treetype,
             java.lang.String template)
Method Detail

main

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