org.jbehave.core.model
Class StoryLanes

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

public class StoryLanes
extends java.lang.Object

Represents a Swim Lane view of StoryMaps.


Constructor Summary
StoryLanes(StoryMaps storyMaps, StoryNameResolver nameResolver)
           
 
Method Summary
 java.util.List<java.lang.String> getLanes()
           
 java.util.List<Story> getStories()
           
 boolean inLane(java.lang.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 java.util.List<Story> getStories()

getLanes

public java.util.List<java.lang.String> getLanes()

inLane

public boolean inLane(java.lang.String lane,
                      Story story)


Copyright © 2003-2012. All Rights Reserved.