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() |
compareTogetAttributeMap, getLabel, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic 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.DirectedGraphElementequals in class org.processmining.models.graphbased.AbstractGraphNodepublic int hashCode()
hashCode in interface org.processmining.models.graphbased.directed.DirectedGraphElementhashCode in class org.processmining.models.graphbased.AbstractGraphNodepublic SocialNetworkImpl getGraph()
getGraph in interface org.processmining.models.graphbased.directed.DirectedGraphElementgetGraph in class org.processmining.models.graphbased.directed.AbstractDirectedGraphNodepublic int getInDegree()
public int getOutDegree()
public int getDegree()
public double getInWeightDegree()
public double getOutWeightDegree()
public double getWeightDegree()