com.yobotics.simulationconstructionset.commands
Interface DataBufferCommandsExecutor
- All Superinterfaces:
- GotoInPointCommandExecutor, GotoOutPointCommandExecutor
- All Known Subinterfaces:
- AllCommandsExecutor
- All Known Implementing Classes:
- AbstractAllCommandsExecutor, DataBuffer, SimulationConstructionSet, StandardAllCommandsExecutor
public interface DataBufferCommandsExecutor
- extends GotoInPointCommandExecutor, GotoOutPointCommandExecutor
getInPoint
int getInPoint()
setIndex
void setIndex(int index)
setIndexButDoNotNotifySimulationRewoundListeners
void setIndexButDoNotNotifySimulationRewoundListeners(int index)
tick
boolean tick(int ticks)
tickButDoNotNotifySimulationRewoundListeners
boolean tickButDoNotNotifySimulationRewoundListeners(int ticks)
getIndex
int getIndex()
getOutPoint
int getOutPoint()
isIndexBetweenInAndOutPoint
boolean isIndexBetweenInAndOutPoint(int indexToCheck)