Uses of Enum Class
org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.ExecType
Packages that use OptNode.ExecType
-
Uses of OptNode.ExecType in org.apache.sysds.runtime.controlprogram.parfor.opt
Methods in org.apache.sysds.runtime.controlprogram.parfor.opt that return OptNode.ExecTypeModifier and TypeMethodDescriptionOptNode.getExecType()static OptNode.ExecTypeReturns the enum constant of this class with the specified name.static OptNode.ExecType[]OptNode.ExecType.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.ExecTypeModifier and TypeMethodDescriptionOptNode.getNodeList(OptNode.ExecType et) voidOptNode.setExecType(OptNode.ExecType type) Constructors in org.apache.sysds.runtime.controlprogram.parfor.opt with parameters of type OptNode.ExecType