org.jbehave.core.model
Class StoryLanes

java.lang.Object
  extended by org.jbehave.core.model.StoryLanes

public class StoryLanes
extends Object

Represents a Swim Lane view of StoryMaps.


Constructor Summary
StoryLanes(List<StoryMap> storyMaps)
           
 
Method Summary
 List<String> getLanes()
           
 List<Story> getStories()
           
 boolean inLane(String lane, Story story)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoryLanes

public StoryLanes(List<StoryMap> storyMaps)
Method Detail

getStories

public List<Story> getStories()

getLanes

public List<String> getLanes()

inLane

public boolean inLane(String lane,
                      Story story)


Copyright © 2003-2010. All Rights Reserved.