net.sf.doolin.gui.action.path.list
Class AggregatedActionPathList

java.lang.Object
  extended by net.sf.doolin.gui.action.path.list.AggregatedActionPathList
All Implemented Interfaces:
ActionPathList

public class AggregatedActionPathList
extends Object
implements ActionPathList

This class aggregates several list of ActionPath.

Author:
Damien Coraboeuf

Constructor Summary
AggregatedActionPathList()
           
 
Method Summary
 List<ActionPathList> getActionPathListList()
          Gets the list of action path lists.
 List<ActionPath> getPaths()
          Returns the list of ActionPath.
 void setActionPathListList(List<ActionPathList> actionPathListList)
          Sets the list of action path lists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatedActionPathList

public AggregatedActionPathList()
Method Detail

getActionPathListList

public List<ActionPathList> getActionPathListList()
Gets the list of action path lists.

Returns:
List of action path lists.

getPaths

public List<ActionPath> getPaths()
Description copied from interface: ActionPathList
Returns the list of ActionPath.

Specified by:
getPaths in interface ActionPathList
Returns:
List of ActionPath.

setActionPathListList

public void setActionPathListList(List<ActionPathList> actionPathListList)
Sets the list of action path lists.

Parameters:
actionPathListList - List of action path lists.


Copyright © 2011. All Rights Reserved.