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


Method Summary
 int getIndex()
           
 int getInPoint()
           
 int getOutPoint()
           
 boolean isIndexBetweenInAndOutPoint(int indexToCheck)
           
 void setIndex(int index)
           
 void setIndexButDoNotNotifySimulationRewoundListeners(int index)
           
 boolean tick(int ticks)
           
 boolean tickButDoNotNotifySimulationRewoundListeners(int ticks)
           
 
Methods inherited from interface com.yobotics.simulationconstructionset.commands.GotoInPointCommandExecutor
gotoInPoint
 
Methods inherited from interface com.yobotics.simulationconstructionset.commands.GotoOutPointCommandExecutor
gotoOutPoint
 

Method Detail

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)