|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.backward.editor.operation.FindNodesOperation
public class FindNodesOperation
Find nodes operation.
Constructor Summary | |
---|---|
FindNodesOperation()
|
Method Summary | |
---|---|
Collection<Node> |
findAll(FindNodesParameters params,
Collection<Node> nodesToSearch)
Finds all Node s matching given criteria. |
Node |
findNext(FindNodesParameters params,
Collection<Node> nodesToSearch)
Finds next Node matching given criteria. |
protected Collection<Node> |
findNodes(FindNodesParameters params,
Collection<Node> nodesToSearch)
|
protected Collection<Node> |
findNoWildcards(FindNodesParameters params,
Collection<Node> nodesToSearch)
|
Node |
findPrev(FindNodesParameters params,
Collection<Node> nodesToSearch)
Finds previous Node matching given criteria. |
protected Collection<Node> |
findUsingWildcards(FindNodesParameters params,
Collection<Node> nodesToSearch)
|
int |
foundCount()
Returns count of found Node s. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindNodesOperation()
Method Detail |
---|
public Collection<Node> findAll(FindNodesParameters params, Collection<Node> nodesToSearch)
Node
s matching given criteria.
params
- find parametersnodesToSearch
- nodes to search from
Node
spublic Node findNext(FindNodesParameters params, Collection<Node> nodesToSearch)
Node
matching given criteria.
params
- find parametersnodesToSearch
- nodes to search from
Node
public Node findPrev(FindNodesParameters params, Collection<Node> nodesToSearch)
Node
matching given criteria.
params
- find parametersnodesToSearch
- nodes to search from
Node
public int foundCount()
Node
s.
Node
sprotected Collection<Node> findNodes(FindNodesParameters params, Collection<Node> nodesToSearch)
protected Collection<Node> findUsingWildcards(FindNodesParameters params, Collection<Node> nodesToSearch)
protected Collection<Node> findNoWildcards(FindNodesParameters params, Collection<Node> nodesToSearch)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |