pl.edu.agh.cast.backward.editor.operation.search
Class SearchOperation

java.lang.Object
  extended by pl.edu.agh.cast.backward.editor.operation.search.SearchOperation

public class SearchOperation
extends Object

Extended search operation.

Author:
AGH CAST Team

Constructor Summary
SearchOperation(Collection<Node> nodes, List<IParameterFilter> filters)
          Creates new search instance.
 
Method Summary
 List<Node> execute()
          Executes search according to given criteria and returns matching Nodes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchOperation

public SearchOperation(Collection<Node> nodes,
                       List<IParameterFilter> filters)
Creates new search instance.

Parameters:
nodes - nodes to search from
filters - filters to use
Method Detail

execute

public List<Node> execute()
Executes search according to given criteria and returns matching Nodes.

Returns:
Nodes that match search criteria


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.