Class OptTreePlanMapping
- java.lang.Object
- 
- org.apache.sysds.runtime.controlprogram.parfor.opt.OptTreePlanMapping
 
- 
- Direct Known Subclasses:
- OptTreePlanMappingAbstract,- OptTreePlanMappingRuntime
 
 public class OptTreePlanMapping extends Object Helper class for mapping nodes of the internal plan representation to statement blocks and hops / function call statements of a given DML program.
- 
- 
Constructor SummaryConstructors Constructor Description OptTreePlanMapping()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()longgetMappedParentID(long id)OptNodegetOptNode(long id)
 
- 
- 
- 
Method Detail- 
getOptNodepublic OptNode getOptNode(long id) 
 - 
getMappedParentIDpublic long getMappedParentID(long id) 
 - 
clearpublic void clear() 
 
- 
 
-