| Method and Description |
|---|
| com.articulate.sigma.Document.addUtterance(String) |
| jpl.Query.hasMoreSubstitutions()
Substitution too hard to spell; use *Solution* instead.
|
| jpl.Query.nextSubstitution()
Substitution too hard to spell; use *Solution* instead.
|
| jpl.Query.printSolution(Hashtable)
use Util.toString instead.
|
| jpl.Query.printSubstitution(Hashtable)
use Util.toString instead.
|
| Constructor and Description |
|---|
| com.articulate.sigma.StreamTokenizer_s(InputStream)
As of JDK version 1.1, the preferred way to tokenize an
input stream is to convert it into a character stream, for example:
Reader r = new BufferedReader(new InputStreamReader(is)); StreamTokenizer_s st = new StreamTokenizer_s(r); |
Copyright © 2015. All rights reserved.