|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.apelon.dts.common.TreeDagTranslator
public class TreeDagTranslator
Title: TreeDagTranslator
Description: A class to translate from a DefaultMutableTreeNode
object to PDag
and vice-versa.
Copyright: Copyright (c) 2005
Company: Apelon Inc.
Constructor Summary | |
---|---|
TreeDagTranslator()
|
Method Summary | |
---|---|
static void |
printDag(com.apelon.graph.impl.file.PDag dag)
|
static DefaultMutableTreeNode |
translateDagToTree(com.apelon.graph.dag.Dag dag)
Translates a PDag data structure to DefaultMutableTreeNode object. |
static com.apelon.graph.dag.Dag |
translateTreeToDag(DefaultMutableTreeNode rootNode)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeDagTranslator()
Method Detail |
---|
public static com.apelon.graph.dag.Dag translateTreeToDag(DefaultMutableTreeNode rootNode)
public static DefaultMutableTreeNode translateDagToTree(com.apelon.graph.dag.Dag dag)
PDag
data structure to DefaultMutableTreeNode
object.
public static void printDag(com.apelon.graph.impl.file.PDag dag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |