Package | Description |
---|---|
ccs | |
ccs.graph |
Modifier and Type | Method and Description |
---|---|
Cluster |
TreeDecompModel.getClusterBetween(Vertex v,
Vertex u) |
Modifier and Type | Method and Description |
---|---|
int |
TreeDecompModel.indexOf(Cluster c) |
Modifier and Type | Method and Description |
---|---|
Cluster |
ConstructionStep.c1() |
Cluster |
ConstructionStep.c2() |
Cluster |
TreeDecomp.getClusterBetween(Vertex v1,
Vertex v2) |
static Cluster |
Cluster.merge(Cluster c1,
Cluster c2,
Cluster c3) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Cluster> |
TreeDecomp.getClusters() |
java.util.LinkedList<Cluster> |
TreeDecomp.getClusters(Vertex v) |
static java.util.LinkedList<Cluster> |
Util.getDecompose(Graph g) |
Modifier and Type | Method and Description |
---|---|
int |
TreeDecomp.indexOf(Cluster c) |
static boolean |
Cluster.mergable(Cluster c1,
Cluster c2,
Cluster c3) |
static Cluster |
Cluster.merge(Cluster c1,
Cluster c2,
Cluster c3) |
static Vertex |
Cluster.sharedVertex(Cluster c1,
Cluster c2) |
void |
Graph.transformVertices(java.util.Collection<Vertex> list,
Cluster c,
Edge e,
ccs.graph.EdgePos newPos) |
java.util.HashSet<Vertex> |
Cluster.unionSharedVertices(Cluster that) |
java.util.HashSet<Vertex> |
Cluster.unionVertices(Cluster that) |
Modifier and Type | Method and Description |
---|---|
static void |
Cluster.merge(java.util.LinkedList<Cluster> clusters) |
static java.util.ArrayList<Vertex> |
Cluster.sharedVertices(java.util.ArrayList<Cluster> clusters) |
Constructor and Description |
---|
ConstructionStep(Vertex stepVertex,
Cluster c1,
Cluster c2,
Vertex v1,
Vertex v2) |