public static class SequencePlanner.Sequence<T> extends Object implements OpSequence<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get(long selector)
Get the next operation for the given long value.
|
List<T> |
getOps()
Get the list of individual operations which could be returned by
OpSequence.get(long). |
int[] |
getSequence()
Get the integer sequence that is used to index into the operations.
|
SequencerType |
getSequencerType() |
public T get(long selector)
OpSequenceget in interface OpSequence<T>selector - the long value that determines the next oppublic List<T> getOps()
OpSequenceOpSequence.get(long).getOps in interface OpSequence<T>List of Tpublic int[] getSequence()
OpSequencegetSequence in interface OpSequence<T>public SequencerType getSequencerType()
Copyright © 2017. All rights reserved.