public class SNNode
extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
Constructor and Description |
---|
SNNode(java.lang.Object identifier,
SocialNetworkImpl graph) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getDegree() |
SocialNetworkImpl |
getGraph() |
java.lang.Object |
getIdentifier() |
int |
getInDegree() |
double |
getInWeightDegree() |
int |
getOutDegree() |
double |
getOutWeightDegree() |
double |
getWeightDegree() |
int |
hashCode() |
compareTo
getAttributeMap, getLabel, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId
public SNNode(java.lang.Object identifier, SocialNetworkImpl graph)
public java.lang.Object getIdentifier()
public boolean equals(java.lang.Object o)
equals
in interface org.processmining.models.graphbased.directed.DirectedGraphElement
equals
in class org.processmining.models.graphbased.AbstractGraphNode
public int hashCode()
hashCode
in interface org.processmining.models.graphbased.directed.DirectedGraphElement
hashCode
in class org.processmining.models.graphbased.AbstractGraphNode
public SocialNetworkImpl getGraph()
getGraph
in interface org.processmining.models.graphbased.directed.DirectedGraphElement
getGraph
in class org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
public int getInDegree()
public int getOutDegree()
public int getDegree()
public double getInWeightDegree()
public double getOutWeightDegree()
public double getWeightDegree()