|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graph | |
---|---|
nl.uu.cs.treewidth.graph | |
nl.uu.cs.treewidth.ngraph | |
nl.uu.cs.treewidth.output |
Uses of Graph in nl.uu.cs.treewidth.graph |
---|
Fields in nl.uu.cs.treewidth.graph declared as Graph | |
---|---|
Graph<Data> |
NeighborHashSetGraph.original
Deprecated. |
Methods in nl.uu.cs.treewidth.graph that return Graph | ||
---|---|---|
static
|
Graph.copy(Graph<? extends OldData> oldG,
Graph.Convertor<OldData,NewData> dataConvertor)
Deprecated. |
|
static
|
Graph.shallowCopy(Graph<CopiedData> g)
Deprecated. |
Methods in nl.uu.cs.treewidth.graph with parameters of type Graph | ||
---|---|---|
static
|
Graph.copy(Graph<? extends OldData> oldG,
Graph.Convertor<OldData,NewData> dataConvertor)
Deprecated. |
|
static
|
Graph.shallowCopy(Graph<CopiedData> g)
Deprecated. |
Constructors in nl.uu.cs.treewidth.graph with parameters of type Graph | |
---|---|
ElimFriendlyGraph(Graph<? extends GraphInput.InputData> g)
Deprecated. |
|
NeighborHashSetGraph(Graph<? extends OldData> g,
Graph.Convertor<OldData,Data> dataConvertor)
Deprecated. |
|
NeighborHashSetGraph(Graph<Data> g)
Deprecated. |
Uses of Graph in nl.uu.cs.treewidth.ngraph |
---|
Methods in nl.uu.cs.treewidth.ngraph with parameters of type Graph | ||
---|---|---|
static
|
Utility.newify(Graph<D> g)
|
Uses of Graph in nl.uu.cs.treewidth.output |
---|
Methods in nl.uu.cs.treewidth.output with parameters of type Graph | ||
---|---|---|
static
|
DotWriter.format(Graph<T> g)
|
|
static java.lang.String |
DotWriter.formatTD(Graph<TDBag<GraphInput.InputData>> g)
|
|
static
|
Output.present(Graph<Data> g,
java.lang.String title)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |