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

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
All Implemented Interfaces:
Configable
Direct Known Subclasses:
AVH

public class DAG
extends Graph
implements Configable

Since:
1.0
Author:
Jie Bao

Field Summary
 
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
DAG()
           
DAG(java.lang.String name)
           
 
Method Summary
 javax.swing.JPanel getEditor()
           
 
Methods inherited from class edu.iastate.anthill.indus.datasource.type.Graph
addEdge, addEdge, addNode, deleteEdge, deleteEdge, deleteNode, deleteNode, findEdge, findNode, findOrCreateNode, fromXML, getAllAncestor, getChild, getEdge, getInformation, getLeaves, getNode, getParent, getRoots, getTaggedText, print, renameEdge, renameNode, test, toString, toXML
 
Methods inherited from class edu.iastate.anthill.indus.datasource.type.DataType
getName, getPredefinedTypes, getSupertype, isLegalName, isNumber, isPredefinedType, isString, parseSupertype, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.iastate.anthill.indus.datasource.Configable
fromXML, toString, toXML
 

Constructor Detail

DAG

public DAG()

DAG

public DAG(java.lang.String name)
Method Detail

getEditor

public javax.swing.JPanel getEditor()
Overrides:
getEditor in class Graph