org.jbehave.core.model
Class StoryLanes
java.lang.Object
org.jbehave.core.model.StoryLanes
public class StoryLanes
- extends Object
Represents a Swim Lane
view of StoryMaps
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoryLanes
public StoryLanes(StoryMaps storyMaps,
StoryNameResolver nameResolver)
getStories
public List<Story> getStories()
getLanes
public List<String> getLanes()
inLane
public boolean inLane(String lane,
Story story)
Copyright © 2003-2012. All Rights Reserved.