public static class CellBuffer.Edge extends CellBuffer.Cell
Modifier and Type | Field and Description |
---|---|
CellBuffer.Vertex |
source |
CellBuffer.Vertex |
target |
children, id, style, value
Constructor and Description |
---|
CellBuffer.Edge() |
Modifier and Type | Method and Description |
---|---|
CellBuffer.Edge |
clone() |
copyFrom
public CellBuffer.Vertex source
public CellBuffer.Vertex target
public CellBuffer.Edge clone()
clone
in interface de.ims.icarus.util.CloneableObject
clone
in class CellBuffer.Cell