Uses of Enum Class
org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode.NodeType
Packages that use OptNode.NodeType
-
Uses of OptNode.NodeType in org.apache.sysds.runtime.controlprogram.parfor.opt
Methods in org.apache.sysds.runtime.controlprogram.parfor.opt that return OptNode.NodeTypeModifier and TypeMethodDescriptionOptNode.getNodeType()static OptNode.NodeTypeReturns the enum constant of this class with the specified name.static OptNode.NodeType[]OptNode.NodeType.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.NodeTypeModifier and TypeMethodDescriptionbooleanOptNode.isNodeType(OptNode.NodeType... types) voidOptNode.setNodeType(OptNode.NodeType type) Constructors in org.apache.sysds.runtime.controlprogram.parfor.opt with parameters of type OptNode.NodeTypeModifierConstructorDescriptionOptNode(OptNode.NodeType type) OptNode(OptNode.NodeType ntype, OptNode.ExecType etype)