Class VertexCell
- java.lang.Object
-
- org.spectrumauctions.sats.core.model.cats.graphalgorithms.VertexCell
-
public class VertexCell extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VertexCell()VertexCell(Vertex v, double w)VertexCell(Vertex v, double w, double f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexCellcloneIt()booleanequals(java.lang.Object other)doublegetKey()doublegetKey(int idx)voidsetKey(double key)voidsetKey(double key, int idx)java.lang.StringtoString()
-
-
-
Field Detail
-
_v
public Vertex _v
-
_w
public double _w
-
_f
public double _f
-
-
Method Detail
-
cloneIt
public VertexCell cloneIt()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getKey
public double getKey(int idx)
-
setKey
public void setKey(double key, int idx)
-
getKey
public double getKey()
-
setKey
public void setKey(double key)
-
-