Uses of Enum Class
org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.ParamType
Packages that use OptNode.ParamType
-
Uses of OptNode.ParamType in org.apache.sysds.runtime.controlprogram.parfor.opt
Methods in org.apache.sysds.runtime.controlprogram.parfor.opt that return OptNode.ParamTypeModifier and TypeMethodDescriptionstatic OptNode.ParamTypeReturns the enum constant of this class with the specified name.static OptNode.ParamType[]OptNode.ParamType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.controlprogram.parfor.opt with parameters of type OptNode.ParamTypeModifier and TypeMethodDescriptionvoidOptNode.addParam(OptNode.ParamType ptype, String val) OptNode.getParam(OptNode.ParamType type) Method parameters in org.apache.sysds.runtime.controlprogram.parfor.opt with type arguments of type OptNode.ParamTypeModifier and TypeMethodDescriptionvoidOptNode.setParams(HashMap<OptNode.ParamType, String> params)