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(StoryMaps storyMaps, StoryNameResolver nameResolver)
           
 
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(StoryMaps storyMaps,
                  StoryNameResolver nameResolver)
Method Detail

getStories

public List<Story> getStories()

getLanes

public List<String> getLanes()

inLane

public boolean inLane(String lane,
                      Story story)


Copyright © 2003-2011. All Rights Reserved.