public class VertexCell extends Object
| Constructor and Description |
|---|
VertexCell() |
VertexCell(Vertex v,
double w) |
VertexCell(Vertex v,
double w,
double f) |
| Modifier and Type | Method and Description |
|---|---|
VertexCell |
cloneIt() |
boolean |
equals(Object other) |
double |
getKey() |
double |
getKey(int idx) |
void |
setKey(double key) |
void |
setKey(double key,
int idx) |
String |
toString() |
public Vertex _v
public double _w
public double _f
public VertexCell()
public VertexCell(Vertex v, double w)
public VertexCell(Vertex v, double w, double f)
public VertexCell cloneIt()
public double getKey(int idx)
public void setKey(double key,
int idx)
public double getKey()
public void setKey(double key)
Copyright © 2017. All rights reserved.