Uses of Class
edu.jas.poly.WordFactory
-
Packages that use WordFactory Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of WordFactory in edu.jas.poly
Fields in edu.jas.poly declared as WordFactory Modifier and Type Field Description WordFactory
GenWordPolynomialRing. alphabet
The factory for the alphabet.WordFactory
Word. mono
Defining alphabet in WordFactory.Methods in edu.jas.poly that return WordFactory Modifier and Type Method Description WordFactory
WordFactory. extend(java.lang.String[] vn)
Extend variables.Methods in edu.jas.poly with parameters of type WordFactory Modifier and Type Method Description boolean
WordFactory. isSubFactory(WordFactory w)
Test if the alphabet of w is a subalphabet of this.Constructors in edu.jas.poly with parameters of type WordFactory Constructor Description GenWordPolynomialRing(RingFactory<C> cf, WordFactory wf)
The constructor creates a polynomial factory object with the default term order.Word(WordFactory m)
Constructor for Word.Word(WordFactory m, java.lang.String s)
Constructor for Word.Word(WordFactory m, java.lang.String s, boolean translate)
Constructor for Word.
-