| Package | Description | 
|---|---|
| org.apache.sysds.lops | 
| Modifier and Type | Method and Description | 
|---|---|
Lop.VisitStatus | 
Lop.getVisited()
get visit status of node 
 | 
static Lop.VisitStatus | 
Lop.VisitStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Lop.VisitStatus[] | 
Lop.VisitStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Lop.setVisited(Lop.VisitStatus visited)
set visit status of node 
 | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.