Uses of Enum
edu.jas.poly.GenPolynomialTokenizer.coeffType
Packages that use GenPolynomialTokenizer.coeffType
-
Uses of GenPolynomialTokenizer.coeffType in edu.jas.poly
Subclasses with type arguments of type GenPolynomialTokenizer.coeffType in edu.jas.polyFields in edu.jas.poly declared as GenPolynomialTokenizer.coeffTypeModifier and TypeFieldDescriptionprivate GenPolynomialTokenizer.coeffTypeGenPolynomialTokenizer.parsedCoeffMethods in edu.jas.poly that return GenPolynomialTokenizer.coeffTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static GenPolynomialTokenizer.coeffType[]GenPolynomialTokenizer.coeffType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.jas.poly with parameters of type GenPolynomialTokenizer.coeffTypeModifier and TypeMethodDescriptionvoidGenPolynomialTokenizer.initFactory(RingFactory rf, GenPolynomialTokenizer.coeffType ct) Initialize coefficient and polynomial factories.voidGenPolynomialTokenizer.initSolvableFactory(RingFactory rf, GenPolynomialTokenizer.coeffType ct) Initialize coefficient and solvable polynomial factories.