X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=src%2Fedu%2Fberkeley%2Fsbp%2FForest.java;h=3790562841d2e26f3e95b2930dda75b64e1c9e44;hp=12c8cf18522bec0dbba93e44e26ec81d732185b8;hb=474037fe8463b96dfaf0209be157cbf5223a0910;hpb=e12a3098c6ed3cbfa6493870af3688f833c4f8ac diff --git a/src/edu/berkeley/sbp/Forest.java b/src/edu/berkeley/sbp/Forest.java index 12c8cf1..3790562 100644 --- a/src/edu/berkeley/sbp/Forest.java +++ b/src/edu/berkeley/sbp/Forest.java @@ -7,7 +7,10 @@ import java.util.*; import java.lang.reflect.*; /** an efficient representation of a collection of trees (Tomita's shared packed parse forest) */ -public abstract class Forest /*extends PrintableTree>*/ implements Visitable>, IntegerMappable, GraphViz.ToGraphViz { +public abstract class Forest /*extends PrintableTree>*/ + implements Visitable>, + IntegerMappable, + GraphViz.ToGraphViz { private static int master_idx = 0; private final int idx = master_idx++;