Uses of Class
logic.DRG_MODE
| Package | Description |
|---|---|
| logic | |
| parser |
Classes designed to parse a mathematical expression.
|
| parser.methods |
-
Uses of DRG_MODE in logic
Methods in logic that return DRG_MODE Modifier and Type Method Description DRG_MODECalcLogic. getDrgMode()static DRG_MODEDRG_MODE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DRG_MODE[]DRG_MODE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in logic with parameters of type DRG_MODE Modifier and Type Method Description voidCalcLogic. setDrgMode(DRG_MODE drgMode) -
Uses of DRG_MODE in parser
-
Uses of DRG_MODE in parser.methods
Methods in parser.methods that return DRG_MODE Modifier and Type Method Description static DRG_MODEDeclarations. degGradRadFromVariable()Methods in parser.methods with parameters of type DRG_MODE Modifier and Type Method Description static java.util.List<java.lang.String>Method. run(java.util.List<java.lang.String> list, DRG_MODE DRG)