public class BatchPlanStep extends Object
| Constructor and Description |
|---|
BatchPlanStep(BatchStepType stepType) |
| Modifier and Type | Method and Description |
|---|---|
BatchStepType |
getStepType() |
<T extends BatchOrderGrouping> |
getTaskBag() |
boolean |
isBarrierAfter() |
boolean |
isEmpty() |
void |
setBarrierAfter(boolean barrier) |
public BatchPlanStep(BatchStepType stepType)
public <T extends BatchOrderGrouping> List<T> getTaskBag()
public BatchStepType getStepType()
public boolean isEmpty()
public void setBarrierAfter(boolean barrier)
public boolean isBarrierAfter()
Copyright © 2019 OpenDaylight. All rights reserved.