| Package | Description | 
|---|---|
| org.apache.sysds.runtime.controlprogram.parfor.opt | 
| Modifier and Type | Method and Description | 
|---|---|
| OptNode.NodeType | OptNode. getNodeType() | 
| static OptNode.NodeType | OptNode.NodeType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static OptNode.NodeType[] | OptNode.NodeType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | OptNode. isNodeType(OptNode.NodeType... types) | 
| void | OptNode. setNodeType(OptNode.NodeType type) | 
| Constructor and Description | 
|---|
| OptNode(OptNode.NodeType type) | 
| OptNode(OptNode.NodeType ntype,
       OptNode.ExecType etype) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.