public class StreamingPlanSection extends Object
Constructor and Description |
---|
StreamingPlanSection(StreamingSubPlan plan,
List<StreamingPlanSection> children) |
Modifier and Type | Method and Description |
---|---|
static StreamingPlanSection |
extractStreamingSections(SubPlan subPlan) |
List<StreamingPlanSection> |
getChildren() |
StreamingSubPlan |
getPlan() |
public StreamingPlanSection(StreamingSubPlan plan, List<StreamingPlanSection> children)
public StreamingSubPlan getPlan()
public List<StreamingPlanSection> getChildren()
public static StreamingPlanSection extractStreamingSections(SubPlan subPlan)
Copyright © 2012–2021. All rights reserved.