Uses of Class
org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.ExecType
- 
Packages that use OptNode.ExecType Package Description org.apache.sysds.runtime.controlprogram.parfor.opt 
- 
- 
Uses of OptNode.ExecType in org.apache.sysds.runtime.controlprogram.parfor.optMethods in org.apache.sysds.runtime.controlprogram.parfor.opt that return OptNode.ExecType Modifier and Type Method Description OptNode.ExecTypeOptNode. getExecType()static OptNode.ExecTypeOptNode.ExecType. valueOf(String name)Returns the enum constant of this type with the specified name.static OptNode.ExecType[]OptNode.ExecType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sysds.runtime.controlprogram.parfor.opt with parameters of type OptNode.ExecType Modifier and Type Method Description Collection<OptNode>OptNode. getNodeList(OptNode.ExecType et)voidOptNode. setExecType(OptNode.ExecType type)Constructors in org.apache.sysds.runtime.controlprogram.parfor.opt with parameters of type OptNode.ExecType Constructor Description OptNode(OptNode.NodeType ntype, OptNode.ExecType etype)
 
-