Class ParForBody
- java.lang.Object
- 
- org.apache.sysds.runtime.controlprogram.parfor.ParForBody
 
- 
 public class ParForBody extends Object Wrapper for exchanging parfor body data structures.
- 
- 
Constructor SummaryConstructors Constructor Description ParForBody()ParForBody(ArrayList<ProgramBlock> childBlocks, ArrayList<ParForStatementBlock.ResultVar> resultVars, ExecutionContext ec)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<ProgramBlock>getChildBlocks()ExecutionContextgetEc()ArrayList<ParForStatementBlock.ResultVar>getResultVariables()LocalVariableMapgetVariables()voidsetChildBlocks(ArrayList<ProgramBlock> childBlocks)voidsetEc(ExecutionContext ec)voidsetResultVariables(ArrayList<ParForStatementBlock.ResultVar> resultVars)
 
- 
- 
- 
Constructor Detail- 
ParForBodypublic ParForBody() 
 - 
ParForBodypublic ParForBody(ArrayList<ProgramBlock> childBlocks, ArrayList<ParForStatementBlock.ResultVar> resultVars, ExecutionContext ec) 
 
- 
 - 
Method Detail- 
getVariablespublic LocalVariableMap getVariables() 
 - 
getResultVariablespublic ArrayList<ParForStatementBlock.ResultVar> getResultVariables() 
 - 
setResultVariablespublic void setResultVariables(ArrayList<ParForStatementBlock.ResultVar> resultVars) 
 - 
getChildBlockspublic ArrayList<ProgramBlock> getChildBlocks() 
 - 
setChildBlockspublic void setChildBlocks(ArrayList<ProgramBlock> childBlocks) 
 - 
getEcpublic ExecutionContext getEc() 
 - 
setEcpublic void setEc(ExecutionContext ec) 
 
- 
 
-