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.coeffTypeRingFactoryTokenizer. parsedCoeffMethods in edu.jas.application that return RingFactoryTokenizer.coeffType Modifier and Type Method Description static RingFactoryTokenizer.coeffTypeRingFactoryTokenizer.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 voidRingFactoryTokenizer. initFactory(RingFactory rf, RingFactoryTokenizer.coeffType ct)Initialize coefficient and polynomial factories.voidRingFactoryTokenizer. initSolvableFactory(RingFactory rf, RingFactoryTokenizer.coeffType ct)Initialize coefficient and solvable polynomial factories.
-