Package | Description |
---|---|
ccs | |
ccs.graph |
Modifier and Type | Method and Description |
---|---|
Vertex |
FixAxisListener.getO() |
Vertex |
TreeDecompModel.getVertex(Point2D clickP,
int clickprecision) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Vertex> |
TraceModel.getTracingVertices() |
java.util.Collection<Vertex> |
FlippingModel.getVerteicsToFlip() |
Modifier and Type | Method and Description |
---|---|
void |
TreeDecompModel.addEdge(Vertex v,
Vertex u) |
void |
FlippingModel.flipVertex(Vertex v)
Add v to flip list if it is not already there.
|
Cluster |
TreeDecompModel.getClusterBetween(Vertex v,
Vertex u) |
Point2D |
TreeDecompModel.getPoint(Vertex v) |
boolean |
TreeDecompModel.isAdjacent(Vertex v,
Vertex u) |
int |
TreeDecompModel.isStepVertex(Vertex v) |
void |
TreeDecompModel.removeEdge(Vertex v,
Vertex u) |
void |
TreeDecompModel.removeVertex(Vertex v) |
void |
TreeDecompModel.setAxis(Vertex o,
Vertex x) |
void |
TreeDecompModel.setPoint(Vertex selectedV,
int x,
int y) |
void |
ControlPanel.setTracingVertex(Vertex v)
Add v to caption of traceVertexBtn
|
Constructor and Description |
---|
Trace(Vertex v,
Interval i,
SolutionType t,
TreeDecomp td) |
Modifier and Type | Method and Description |
---|---|
Vertex |
Graph.addVertex(double x,
double y) |
Vertex |
Graph.addVertex(Point2D p) |
Vertex |
Graph.getRandomVertex() |
Vertex |
Graph.getVertex(int i) |
Vertex |
Graph.getVertex(Point2D p,
double precision) |
Vertex |
Graph.removeVertex(Vertex v) |
static Vertex |
Cluster.sharedVertex(Cluster c1,
Cluster c2) |
Vertex |
ConstructionStep.v() |
Vertex |
ConstructionStep.v1() |
Vertex |
Edge.v1() |
Vertex |
ConstructionStep.v2() |
Vertex |
Edge.v2() |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<Vertex> |
Graph.getNeighbors(Vertex v) |
java.util.HashMap<Vertex,Point2D> |
Graph.getPoints() |
java.util.Collection<Vertex> |
TreeDecomp.getSharedVertices() |
java.util.HashMap<Vertex,Point2D> |
Cluster.getTransform(Edge e,
ccs.graph.EdgePos newPos) |
java.util.HashSet<Vertex> |
Cluster.getVertices() |
static java.util.ArrayList<Vertex> |
Cluster.sharedVertices(java.util.ArrayList<Cluster> clusters) |
java.util.HashSet<Vertex> |
Cluster.unionSharedVertices(Cluster that) |
java.util.HashSet<Vertex> |
Cluster.unionVertices(Cluster that) |
Modifier and Type | Method and Description |
---|---|
void |
Graph.addEdge(Vertex v1,
Vertex v2) |
void |
Cluster.addSharedVertex(Vertex v) |
void |
Cluster.addVertex(Vertex v,
Point2D p) |
boolean |
Cluster.containsSharedVertex(Vertex v) |
double |
Graph.distance(Vertex v1,
Vertex v2) |
int |
TreeDecomp.getCDeg(Vertex v) |
Cluster |
TreeDecomp.getClusterBetween(Vertex v1,
Vertex v2) |
java.util.LinkedList<Cluster> |
TreeDecomp.getClusters(Vertex v) |
java.lang.Double |
TreeDecomp.getEdgeLength(Vertex v1,
Vertex v2) |
Point2D |
Graph.getInitPoint(Vertex v) |
java.util.LinkedList<Vertex> |
Graph.getNeighbors(Vertex v) |
Point2D |
Graph.getPoint(Vertex v) |
ccs.graph.EdgePos |
Graph.getPoints(Vertex v1,
Vertex v2) |
double |
Graph.initDistance(Vertex v1,
Vertex v2) |
void |
Graph.insertVertex(Vertex v,
double x,
double y) |
void |
Graph.insertVertex(Vertex v,
Point2D p) |
boolean |
Graph.isAdjacent(Vertex v1,
Vertex v2) |
boolean |
TreeDecomp.isLastLevel(Vertex v) |
int |
TreeDecomp.isStepVertex(Vertex v) |
int |
Graph.orientationOf(Vertex v1,
Vertex v2,
Vertex v) |
void |
Graph.removeEdge(Vertex v1,
Vertex v2) |
Vertex |
Graph.removeVertex(Vertex v) |
void |
Graph.setInitPoint(Vertex v,
double x,
double y) |
void |
Graph.setInitPoint(Vertex v,
Point2D newloc) |
void |
Graph.setPoint(Vertex v,
double x,
double y) |
void |
Graph.setPoint(Vertex v,
Point2D newloc) |
void |
Graph.transformVertex(Vertex v,
java.awt.geom.AffineTransform transform) |
Modifier and Type | Method and Description |
---|---|
Graph |
Graph.inducedSubgaph(java.util.ArrayList<Vertex> vset) |
void |
Graph.setPoints(java.util.HashMap<Vertex,Point2D> map) |
void |
Graph.transformVertices(java.util.Collection<Vertex> list,
Cluster c,
Edge e,
ccs.graph.EdgePos newPos) |
Constructor and Description |
---|
ConstructionStep(Vertex stepVertex,
Cluster c1,
Cluster c2,
Vertex v1,
Vertex v2) |
ConstructionStep(Vertex stepVertex,
ccs.graph.ClusterPair clusterPair,
Edge baseVertices) |