|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.wpi.cs.dsrg.xmldb.xat.component.gui.CreateSampleTrees
This class creates sample trees to view in the GUI. No statistics for table(s) or plot(s) are available using these sample trees since they are not part of an actual data stream system.
Field Summary | |
XATDag[] |
trees
|
Constructor Summary | |
CreateSampleTrees()
Constructor initializes an array of tree(s). |
Method Summary | |
XATDag[] |
createSampleTrees()
Creates sample XATDag tree(s). |
protected XATDag |
createTree1()
XATDag tree1: C-B-A |
protected XATDag |
createTree2()
XATDag tree2: A / \ B C |
protected XATDag |
createTree3()
XATDag tree3: A / \ B E / \ C D |
protected XATDag |
createTree4()
XATDag tree4: A / \ B E / \ / C D |
protected XATDag |
createTree5()
XATDag tree5: A B / \ / \ C D E \ / / \ F G H |
protected XATDag |
createTree6()
XATDag tree6: A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public XATDag[] trees
Constructor Detail |
public CreateSampleTrees()
Method Detail |
public XATDag[] createSampleTrees()
protected XATDag createTree1()
protected XATDag createTree2()
protected XATDag createTree3()
protected XATDag createTree4()
protected XATDag createTree5()
protected XATDag createTree6()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |