blog
Class ObjGenGraph.TimestepNode

java.lang.Object
  extended by blog.ObjGenGraph.Node
      extended by blog.ObjGenGraph.IntegerNode
          extended by blog.ObjGenGraph.TimestepNode
Enclosing class:
ObjGenGraph

public static class ObjGenGraph.TimestepNode
extends ObjGenGraph.IntegerNode


Constructor Summary
ObjGenGraph.TimestepNode()
           
 
Method Summary
protected  java.lang.Object correspondingObj(java.lang.Integer i)
          Method that can be overridden by subclasses so that the iterator for this node returns objects corresponding to integers, not the integers themselves.
 
Methods inherited from class blog.ObjGenGraph.IntegerNode
dependsOnIdOrder, getParents, isFinite, iterator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjGenGraph.TimestepNode

public ObjGenGraph.TimestepNode()
Method Detail

correspondingObj

protected java.lang.Object correspondingObj(java.lang.Integer i)
Description copied from class: ObjGenGraph.IntegerNode
Method that can be overridden by subclasses so that the iterator for this node returns objects corresponding to integers, not the integers themselves.

Overrides:
correspondingObj in class ObjGenGraph.IntegerNode