From: adam Date: Sun, 23 Jul 2006 06:28:32 +0000 (-0400) Subject: explain oblique reference to Gottlieb Frege X-Git-Tag: tag_for_25-Mar~94 X-Git-Url: http://git.megacz.com/?p=sbp.git;a=commitdiff_plain;h=1a51a18d9e95ca69f1af83640db160b39fd5de14 explain oblique reference to Gottlieb Frege darcs-hash:20060723062832-5007d-d1a4e53f922b2d011d7553a4495b3134f37e36e6.gz --- 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> {