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