Class Node
java.lang.Object
cz.metacentrum.perun.utils.graphs.Node
Class representing node in
Graph.- Author:
- Vojtech Sassmann invalid input: '<'vojtech.sassmann@gmail.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInComingEdge(GraphEdge edge) voidaddOutComingEdge(GraphEdge edge) booleanlonggetId()getLabel()getStyle()inthashCode()voidremoveInComingEdge(GraphEdge edge) voidremoveOutComingEdge(GraphEdge edge) voidsetFillColor(String fillColor) voidsetId(long id) voidvoid
-
Constructor Details
-
Node
public Node()
-
-
Method Details
-
addInComingEdge
-
addOutComingEdge
-
equals
-
getAllEdges
-
getFillColor
-
setFillColor
-
getId
public long getId() -
setId
public void setId(long id) -
getInComingEdges
-
getLabel
-
setLabel
-
getOutComingEdges
-
getStyle
-
setStyle
-
hashCode
public int hashCode() -
removeInComingEdge
-
removeOutComingEdge
-