public class CellGraphNode extends Object
| Modifier and Type | Field and Description |
|---|---|
private CellCoordinate |
coordinate |
private List<Integer> |
edgeIds |
private int |
id |
| Constructor and Description |
|---|
CellGraphNode() |
CellGraphNode(int id,
CellCoordinate c) |
CellGraphNode(int id,
Junction j,
CellCoordinate c) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEdgeId(int id) |
void |
addEdgeId(Line l) |
CellCoordinate |
getCoordinate() |
List<Integer> |
getEdgeIds() |
int |
getId() |
boolean |
removeEdge(int id) |
boolean |
removeEdges(List<Integer> ids) |
String |
toString() |
private CellCoordinate coordinate
private int id
public CellGraphNode(int id,
Junction j,
CellCoordinate c)
public CellGraphNode(int id,
CellCoordinate c)
public CellGraphNode()
public void addEdgeId(Line l)
public void addEdgeId(int id)
public boolean removeEdge(int id)
public CellCoordinate getCoordinate()
public int getId()
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.