Uses of Enum
edu.jas.application.RingFactoryTokenizer.coeffType
Packages that use RingFactoryTokenizer.coeffType
-
Uses of RingFactoryTokenizer.coeffType in edu.jas.application
Fields in edu.jas.application declared as RingFactoryTokenizer.coeffTypeModifier and TypeFieldDescriptionprivate RingFactoryTokenizer.coeffType
RingFactoryTokenizer.parsedCoeff
Methods in edu.jas.application that return RingFactoryTokenizer.coeffTypeModifier and TypeMethodDescriptionReturns 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.coeffTypeModifier and TypeMethodDescriptionvoid
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.