|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.poly.GenPolynomialTokenizer
public class GenPolynomialTokenizer
GenPolynomial Tokenizer. Used to read rational polynomials and lists from input streams.
Constructor Summary | |
---|---|
GenPolynomialTokenizer()
noargs constructor reads from System.in. |
|
GenPolynomialTokenizer(GenPolynomialRing rf,
java.io.Reader r)
constructor with Ring and Reader. |
|
GenPolynomialTokenizer(java.io.Reader r)
constructor with Reader. |
Method Summary | |
---|---|
void |
initFactory(RingFactory rf,
edu.jas.poly.GenPolynomialTokenizer.coeffType ct)
initialize coefficient and polynomial factories. |
void |
initSolvableFactory(RingFactory rf,
edu.jas.poly.GenPolynomialTokenizer.coeffType ct)
initialize coefficient and solvable polynomial factories. |
RingFactory |
nextCoefficientRing()
parsing method for coefficient ring. |
void |
nextComma()
|
java.lang.String |
nextComment()
parsing method for comments. |
long |
nextExponent()
parsing method for exponent (of variable). |
GenPolynomial |
nextPolynomial()
parsing method for GenPolynomial. |
java.util.List<GenPolynomial> |
nextPolynomialList()
parsing method for polynomial list. |
PolynomialList |
nextPolynomialSet()
parsing method for polynomial set. |
void |
nextRelationTable()
parsing method for solvable polynomial relation table. |
GenSolvablePolynomial |
nextSolvablePolynomial()
parsing method for solvable polynomial. |
java.util.List<GenSolvablePolynomial> |
nextSolvablePolynomialList()
parsing method for solvable polynomial list. |
PolynomialList |
nextSolvablePolynomialSet()
parsing method for solvable polynomial set. |
java.util.List<java.util.List<GenSolvablePolynomial>> |
nextSolvableSubModuleList()
parsing method for solvable submodule list. |
ModuleList |
nextSolvableSubModuleSet()
parsing method for solvable module set. |
int |
nextSplitIndex()
parsing method for split index. |
java.util.List<java.util.List<GenPolynomial>> |
nextSubModuleList()
parsing method for submodule list. |
ModuleList |
nextSubModuleSet()
parsing method for module set. |
TermOrder |
nextTermOrder()
parsing method for term order name. |
java.lang.String[] |
nextVariableList()
parsing method for variable list. |
long[][] |
nextWeightArray()
parsing method for weight array. |
long[] |
nextWeightList()
parsing method for weight list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenPolynomialTokenizer()
public GenPolynomialTokenizer(GenPolynomialRing rf, java.io.Reader r)
rf
- ring factory.r
- reader stream.public GenPolynomialTokenizer(java.io.Reader r)
r
- reader stream.Method Detail |
---|
public void initFactory(RingFactory rf, edu.jas.poly.GenPolynomialTokenizer.coeffType ct)
rf
- ring factory.ct
- coefficient type.public void initSolvableFactory(RingFactory rf, edu.jas.poly.GenPolynomialTokenizer.coeffType ct)
rf
- ring factory.ct
- coefficient type.public GenPolynomial nextPolynomial() throws java.io.IOException
java.io.IOException
public long nextExponent() throws java.io.IOException
java.io.IOException
public java.lang.String nextComment() throws java.io.IOException
java.io.IOException
public java.lang.String[] nextVariableList() throws java.io.IOException
java.io.IOException
public RingFactory nextCoefficientRing() throws java.io.IOException
java.io.IOException
public long[] nextWeightList() throws java.io.IOException
java.io.IOException
public long[][] nextWeightArray() throws java.io.IOException
java.io.IOException
public int nextSplitIndex() throws java.io.IOException
java.io.IOException
public TermOrder nextTermOrder() throws java.io.IOException
java.io.IOException
public java.util.List<GenPolynomial> nextPolynomialList() throws java.io.IOException
java.io.IOException
public java.util.List<java.util.List<GenPolynomial>> nextSubModuleList() throws java.io.IOException
java.io.IOException
public void nextRelationTable() throws java.io.IOException
java.io.IOException
public PolynomialList nextPolynomialSet() throws java.io.IOException
java.io.IOException
public ModuleList nextSubModuleSet() throws java.io.IOException
java.io.IOException
public java.util.List<GenSolvablePolynomial> nextSolvablePolynomialList() throws java.io.IOException
java.io.IOException
public GenSolvablePolynomial nextSolvablePolynomial() throws java.io.IOException
java.io.IOException
public PolynomialList nextSolvablePolynomialSet() throws java.io.IOException
java.io.IOException
public java.util.List<java.util.List<GenSolvablePolynomial>> nextSolvableSubModuleList() throws java.io.IOException
java.io.IOException
public ModuleList nextSolvableSubModuleSet() throws java.io.IOException
java.io.IOException
public void nextComma() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |