|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectedComponent | |
---|---|
com.sun.tools.xjc.reader.gbind | Binary expressions are left-associative. |
Uses of ConnectedComponent in com.sun.tools.xjc.reader.gbind |
---|
Methods in com.sun.tools.xjc.reader.gbind that return types with arguments of type ConnectedComponent | |
---|---|
Iterator<ConnectedComponent> |
Graph.iterator()
List up ConnectedComponent s of this graph in an order. |
Methods in com.sun.tools.xjc.reader.gbind with parameters of type ConnectedComponent | |
---|---|
(package private) boolean |
Element.checkCutSet(ConnectedComponent cc,
Set<Element> visited)
Checks if the given ConnectedComponent forms a cut-set
of a graph. |
Method parameters in com.sun.tools.xjc.reader.gbind with type arguments of type ConnectedComponent | |
---|---|
void |
Element.buildStronglyConnectedComponents(List<ConnectedComponent> ccs)
Builds a set of strongly connected components and puts them all into the given set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |