flattree.tree
Class DynamicNode

java.lang.Object
  extended by flattree.tree.AbstractNode
      extended by flattree.tree.DynamicNode
All Implemented Interfaces:
Node

public class DynamicNode
extends AbstractNode

A Node with dynamic bounds, i.e. its flat bounds is defined by its Leafs.


Constructor Summary
DynamicNode()
           
DynamicNode(String name)
           
 
Method Summary
protected  ReadLine beforeRead(ReadLine line)
          Hook method for subclasses to wrap the line to read from.
 
Methods inherited from class flattree.tree.AbstractNode
add, add, beforeWrite, getLeaves, getName, getNodes, read, setLeaves, setName, setNodes, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicNode

public DynamicNode()

DynamicNode

public DynamicNode(String name)
Method Detail

beforeRead

protected ReadLine beforeRead(ReadLine line)
Description copied from class: AbstractNode
Hook method for subclasses to wrap the line to read from.

Overrides:
beforeRead in class AbstractNode
Parameters:
line - line to wrap before read
Returns:
line to read from


Copyright © 2011. All Rights Reserved.