JBoss Common Classes 2.2.17.GA-redhat-3
- SUMMARY:
- NESTED |
- FIELD |
- CONSTR |
- METHOD
- DETAIL:
- FIELD |
- CONSTR |
- METHOD
-
- Type Parameters:
T
- E
-
public interface VisitorEX<T,E extends Exception>
A graph visitor interface that can throw an exception during
a visit callback.
- Version:
- $Revision$
- Author:
- Scott.Stark@jboss.org
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
visit(Graph<T> g,
Vertex<T> v)
Called by the graph traversal methods when a vertex is first visited.
|
-
-
Method Detail
-
visit
void visit(Graph<T> g,
Vertex<T> v)
throws E extends Exception
Called by the graph traversal methods when a vertex is first visited.
- Parameters:
g
- - the graphv
- - the vertex being visited.
- Throws:
E
- exception for any error
E extends Exception
JBoss Common Classes 2.2.17.GA-redhat-3
- SUMMARY:
- NESTED |
- FIELD |
- CONSTR |
- METHOD
- DETAIL:
- FIELD |
- CONSTR |
- METHOD
Copyright © 2014 JBoss by Red Hat. All rights reserved.