pl.edu.agh.cast.backward.editor.operation.search
Class SearchOperation
java.lang.Object
  
pl.edu.agh.cast.backward.editor.operation.search.SearchOperation
public class SearchOperation
- extends Object
 
Extended search operation.
- Author:
 
  - AGH CAST Team
 
 
| 
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 | 
 
SearchOperation
public SearchOperation(Collection<Node> nodes,
                       List<IParameterFilter> filters)
- Creates new search instance.
- Parameters:
 nodes - nodes to search fromfilters - filters to use
 
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.