wt.epm.retriever
Class ResultGraph.NodeInfo

java.lang.Object
  extended bywt.epm.retriever.ResultGraph.NodeInfo
Enclosing class:
ResultGraph

protected class ResultGraph.NodeInfo
extends Object

Auxiliary data structure for initialization.


Field Summary
(package private)  List childrenList
           
(package private)  ResultGraph.Node node
           
(package private)  List parentsList
           
 
Constructor Summary
(package private) ResultGraph.NodeInfo(ResultGraph.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

final ResultGraph.Node node

parentsList

final List parentsList

childrenList

final List childrenList
Constructor Detail

ResultGraph.NodeInfo

ResultGraph.NodeInfo(ResultGraph.Node node)