org.jbehave.core.model
Class StoryMaps

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

public class StoryMaps
extends Object

Provides an view of a list of StoryMaps, indexed by meta filters.


Constructor Summary
StoryMaps(List<StoryMap> maps)
           
 
Method Summary
 StoryMap getMap(String metaFilter)
           
 List<StoryMap> getMaps()
           
 List<String> getMetaFilters()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoryMaps

public StoryMaps(List<StoryMap> maps)
Method Detail

getMetaFilters

public List<String> getMetaFilters()

getMap

public StoryMap getMap(String metaFilter)

getMaps

public List<StoryMap> getMaps()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011. All Rights Reserved.