Uses of Enum
edu.jas.application.RingFactoryTokenizer.coeffType
Packages that use RingFactoryTokenizer.coeffType
-
Uses of RingFactoryTokenizer.coeffType in edu.jas.application
Subclasses with type arguments of type RingFactoryTokenizer.coeffType in edu.jas.applicationFields in edu.jas.application declared as RingFactoryTokenizer.coeffTypeModifier and TypeFieldDescriptionprivate RingFactoryTokenizer.coeffTypeRingFactoryTokenizer.parsedCoeffMethods 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 TypeMethodDescriptionvoidRingFactoryTokenizer.initFactory(RingFactory rf, RingFactoryTokenizer.coeffType ct) Initialize coefficient and polynomial factories.voidRingFactoryTokenizer.initSolvableFactory(RingFactory rf, RingFactoryTokenizer.coeffType ct) Initialize coefficient and solvable polynomial factories.