public class LopProperties extends Object
| Constructor and Description | 
|---|
LopProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
Types.ExecType | 
getExecType()  | 
long | 
getID()  | 
int | 
getLevel()  | 
boolean | 
getProducesIntermediateOutput()  | 
void | 
setExecType(Types.ExecType newExecType)  | 
void | 
setLevel(ArrayList<Lop> inputs)  | 
void | 
setLevel(int l)  | 
void | 
setProducesIntermediateOutput(boolean pio)  | 
void | 
setProperties(ArrayList<Lop> inputs,
             Types.ExecType et)  | 
public long getID()
public int getLevel()
public void setLevel(int l)
public Types.ExecType getExecType()
public void setExecType(Types.ExecType newExecType)
public boolean getProducesIntermediateOutput()
public void setProducesIntermediateOutput(boolean pio)
public void setProperties(ArrayList<Lop> inputs, Types.ExecType et)
Copyright © 2021 The Apache Software Foundation. All rights reserved.