X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=src%2Fedu%2Fberkeley%2Fsbp%2FAtom.java;fp=src%2Fedu%2Fberkeley%2Fsbp%2FAtom.java;h=e8345f0c94b5c4be6ca31e90adb828c57963a93f;hp=daa3d495e75c50a6dc04b6f31ccd7b23c1bc116e;hb=1a51a18d9e95ca69f1af83640db160b39fd5de14;hpb=29163478aff5e3721f97520bb365e0fecfb847b1 diff --git a/src/edu/berkeley/sbp/Atom.java b/src/edu/berkeley/sbp/Atom.java index daa3d49..e8345f0 100644 --- a/src/edu/berkeley/sbp/Atom.java +++ b/src/edu/berkeley/sbp/Atom.java @@ -11,11 +11,12 @@ import edu.berkeley.sbp.*; * an element which matches some set of one-token-long input strings. * *

- * This class is a topology over itself (yes, that's sort of Frege'd - * up) so that Atoms can be intersected and unioned with each other - * to result in other Atom's (rather than raw Topology's, which - * are not Elements). If you want the latter, use the - * getTokenTopology() method. + * This class is a topology over itself (yes, that's sort of Frege'd up) so that + * Atoms can be intersected and unioned with each other to result in + * other Atom's (rather than raw Topology's, which are + * not Elements). If you want the latter, use the getTokenTopology() + * method. *

*/ public abstract class Atom extends Element implements Topology> {