Uses of Class
edu.jas.application.RingFactoryTokenizer.coeffType
-
Packages that use RingFactoryTokenizer.coeffType Package Description edu.jas.application Groebner base application package. -
-
Uses of RingFactoryTokenizer.coeffType in edu.jas.application
Fields in edu.jas.application declared as RingFactoryTokenizer.coeffType Modifier and Type Field Description private RingFactoryTokenizer.coeffType
RingFactoryTokenizer. parsedCoeff
Methods in edu.jas.application that return RingFactoryTokenizer.coeffType Modifier and Type Method Description static RingFactoryTokenizer.coeffType
RingFactoryTokenizer.coeffType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RingFactoryTokenizer.coeffType[]
RingFactoryTokenizer.coeffType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.jas.application with parameters of type RingFactoryTokenizer.coeffType Modifier and Type Method Description void
RingFactoryTokenizer. initFactory(RingFactory rf, RingFactoryTokenizer.coeffType ct)
Initialize coefficient and polynomial factories.void
RingFactoryTokenizer. initSolvableFactory(RingFactory rf, RingFactoryTokenizer.coeffType ct)
Initialize coefficient and solvable polynomial factories.
-