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
StoryMap
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoryLanes
public StoryLanes(List<StoryMap> storyMaps)
getStories
public List<Story> getStories()
getLanes
public List<String> getLanes()
inLane
public boolean inLane(String lane,
Story story)
Copyright © 2003-2010. All Rights Reserved.