Package org.apache.sysds.lops
Class LopProperties
- java.lang.Object
- 
- org.apache.sysds.lops.LopProperties
 
- 
 public class LopProperties extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description LopProperties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Types.ExecTypegetExecType()longgetID()intgetLevel()booleangetProducesIntermediateOutput()voidsetExecType(Types.ExecType newExecType)voidsetLevel(int l)voidsetLevel(ArrayList<Lop> inputs)voidsetProducesIntermediateOutput(boolean pio)voidsetProperties(ArrayList<Lop> inputs, Types.ExecType et)
 
- 
- 
- 
Method Detail- 
getIDpublic long getID() 
 - 
getLevelpublic int getLevel() 
 - 
setLevelpublic void setLevel(int l) 
 - 
getExecTypepublic Types.ExecType getExecType() 
 - 
setExecTypepublic void setExecType(Types.ExecType newExecType) 
 - 
getProducesIntermediateOutputpublic boolean getProducesIntermediateOutput() 
 - 
setProducesIntermediateOutputpublic void setProducesIntermediateOutput(boolean pio) 
 - 
setPropertiespublic void setProperties(ArrayList<Lop> inputs, Types.ExecType et) 
 
- 
 
-