facets.util.datatree
Class TreeTransform
java.lang.Object
  
facets.util.datatree.TreeTransform
public abstract class TreeTransform
- extends java.lang.Object
 
Facilitates progressive changes in TypedNode structures.
| 
Field Summary | 
 java.lang.String | 
title
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
title
public final java.lang.String title
TreeTransform
public TreeTransform(java.lang.String title)
applyAll
public static void applyAll(TypedNode tree,
                            TreeTransform... all)
 
apply
protected abstract void apply(TypedNode tree)
 
doApply
protected boolean doApply(TypedNode tree)