public class FlowData extends Object
| Constructor and Description |
|---|
FlowData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addPayload(SequencePayload p)
Add new SequencePayload to the list of sequences, if the sequece is out-of-order then it will
not be added to the list
|
List<SequencePayload> |
getSortedPayloads() |
boolean |
isNextPayloadAvail() |
int |
size() |
public boolean addPayload(SequencePayload p)
p - sequencepublic int size()
public List<SequencePayload> getSortedPayloads()
public boolean isNextPayloadAvail()
Copyright © 2019. All rights reserved.