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 SummaryConstructors
- 
Method SummaryModifier 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- 
Nodepublic Node()
 
- 
- 
Method Details- 
addInComingEdge
- 
addOutComingEdge
- 
equals
- 
getAllEdges
- 
getFillColor
- 
setFillColor
- 
getIdpublic long getId()
- 
setIdpublic void setId(long id) 
- 
getInComingEdges
- 
getLabel
- 
setLabel
- 
getOutComingEdges
- 
getStyle
- 
setStyle
- 
hashCodepublic int hashCode()
- 
removeInComingEdge
- 
removeOutComingEdge
 
-