public class SubSelectActivationDesc extends Object
Constructor and Description |
---|
SubSelectActivationDesc(Map<ExprSubselectNode,SubSelectActivationPlan> subselects,
List<StmtClassForgeableFactory> additionalForgeables,
List<ScheduleHandleTracked> schedules,
FabricCharge fabricCharge) |
Modifier and Type | Method and Description |
---|---|
List<StmtClassForgeableFactory> |
getAdditionalForgeables() |
FabricCharge |
getFabricCharge() |
List<ScheduleHandleTracked> |
getSchedules() |
Map<ExprSubselectNode,SubSelectActivationPlan> |
getSubselects() |
public SubSelectActivationDesc(Map<ExprSubselectNode,SubSelectActivationPlan> subselects, List<StmtClassForgeableFactory> additionalForgeables, List<ScheduleHandleTracked> schedules, FabricCharge fabricCharge)
public Map<ExprSubselectNode,SubSelectActivationPlan> getSubselects()
public List<StmtClassForgeableFactory> getAdditionalForgeables()
public FabricCharge getFabricCharge()
public List<ScheduleHandleTracked> getSchedules()
Copyright © 2005–2021. All rights reserved.