explain oblique reference to Gottlieb Frege
authoradam <adam@megacz.com>
Sun, 23 Jul 2006 06:28:32 +0000 (02:28 -0400)
committeradam <adam@megacz.com>
Sun, 23 Jul 2006 06:28:32 +0000 (02:28 -0400)
darcs-hash:20060723062832-5007d-d1a4e53f922b2d011d7553a4495b3134f37e36e6.gz

src/edu/berkeley/sbp/Atom.java

index daa3d49..e8345f0 100644 (file)
@@ -11,11 +11,12 @@ import edu.berkeley.sbp.*;
  *  <font color=green>an element which matches some set of one-token-long input strings</font>.
  *
  *  <p>
- *  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<Token>'s (rather than raw Topology<Token>'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 <a
+ *  href=http://en.wikipedia.org/wiki/Frege>Frege'd</a> up) so that
+ *  Atoms can be intersected and unioned with each other to result in
+ *  other Atom<Token>'s (rather than raw Topology<Token>'s, which are
+ *  not Elements).  If you want the latter, use the getTokenTopology()
+ *  method.
  *  </p>
  */
 public abstract class Atom<Token> extends Element implements Topology<Atom<Token>> {