Methods
Modifier and Type |
Method and Description |
void |
addEdge(Vertex v,
Vertex u) |
void |
addVertex(Point2D clickP) |
void |
clearTd() |
ContinuousMotion |
findPath(java.lang.Double startCayleyConfig,
java.lang.Double endCayleyConfig) |
ContinuousMotion |
findPath(Graph startRealization,
Graph endRealization) |
ConnectedComponent |
genComponent() |
ConnectedComponent |
genComponent(Graph g) |
Edge |
getBaseNonedge() |
double |
getBaseNoneedgeLength() |
java.lang.Iterable<Edge> |
getCanonicalBaseNonedges() |
CCS |
getCCS() |
Cluster |
getClusterBetween(Vertex v,
Vertex u) |
ConstructionStep |
getConstructionStep(int stepNum) |
SolutionType |
getForwardSolutionType() |
SolutionType |
getForwardSolutionType(Graph g) |
Graph |
getGraph() |
Graph |
getGraphClone() |
static TreeDecompModel |
getInstance() |
int |
getNumOfConstructStep() |
Point2D |
getPoint(Vertex v) |
TreeDecomp |
getTd() |
Vertex |
getVertex(Point2D clickP,
int clickprecision) |
int |
indexOf(Cluster c) |
boolean |
is1Path() |
boolean |
isAdjacent(Vertex v,
Vertex u) |
boolean |
isLow() |
int |
isStepVertex(Vertex v) |
boolean |
isTd() |
boolean |
isTriangleFree() |
void |
readFromStream(java.io.ObjectInputStream in) |
void |
refresh() |
void |
removeEdge(Vertex v,
Vertex u) |
void |
removeVertex(Vertex v) |
void |
setAxis(Vertex o,
Vertex x) |
void |
setPoint(Vertex selectedV,
int x,
int y) |
void |
setPoints(Graph g) |
java.util.ArrayList<Graph> |
tryRealize(java.lang.Double val) |
Graph |
tryRealize(java.lang.Double val,
SolutionType forward) |
Graph |
tryRealize(SolutionType t) |
void |
writeToStream(java.io.ObjectOutputStream o) |