Package io.writeopia.sdk.model.action
Interface SingleAction
-
- All Implemented Interfaces:
public interface SingleActionAn action that happens in only one StoryStep, instead of a Collection of StoryStep
-
-
Method Summary
Modifier and Type Method Description abstract StoryStepgetStoryStep()abstract IntegergetPosition()-
-
Method Detail
-
getStoryStep
abstract StoryStep getStoryStep()
-
getPosition
abstract Integer getPosition()
-
-
-
-