|
||||||||||
| 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 Nodes 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 Nodes. |
| 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)
Nodes matching given criteria.
params - find parametersnodesToSearch - nodes to search from
Nodes
public 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
Nodepublic int foundCount()
Nodes.
Nodes
protected 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 | |||||||||