Modifier and Type | Method and Description |
---|---|
SNEdge |
SocialNetworkImpl.findSNEdge(java.lang.Object fromSNNode,
java.lang.Object toSNNode,
java.lang.Object identifier) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<SNEdge> |
SocialNetworkImpl.getEdges() |
protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<SNNode,SNEdge> |
SocialNetworkImpl.getEmptyClone() |
java.util.Collection<SNEdge> |
SocialNetwork.getSNEdges() |
java.util.Collection<SNEdge> |
SocialNetworkImpl.getSNEdges() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<org.processmining.models.graphbased.directed.DirectedGraphElement,org.processmining.models.graphbased.directed.DirectedGraphElement> |
SocialNetworkImpl.cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<SNNode,SNEdge> graph) |
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.collections15.Transformer<SNEdge,java.lang.String> |
SocialNetworkAnalysisUI.es_none |
protected org.apache.commons.collections15.Transformer<SNEdge,java.lang.String> |
SocialNetworkAnalysisUI.stringer |
Modifier and Type | Method and Description |
---|---|
edu.uci.ics.jung.visualization.VisualizationServer.Paintable |
SocialNetworkAnalysisUtil.getBackground(edu.uci.ics.jung.visualization.VisualizationViewer<java.lang.String,SNEdge> v) |
edu.uci.ics.jung.visualization.VisualizationServer.Paintable |
SocialNetworkAnalysisUtil.getBackgroundTemp(edu.uci.ics.jung.visualization.VisualizationViewer<java.lang.String,SNEdge> v) |
Constructor and Description |
---|
SocialNetworkAnalysisUtil(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> g,
java.lang.String ranking) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<SNNode,java.lang.Double> |
AbstractCentrality.getRankings(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph) |
java.util.Map<SNNode,java.lang.Double> |
Betweenness.getRankings(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph) |
java.util.Map<SNNode,java.lang.Double> |
PageRanker.getRankings(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph) |
protected double |
AbstractCentrality.getVertexScore(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph,
SNNode v) |
protected double |
BaryRanker.getVertexScore(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph,
SNNode v)
Calculates the score for the specified vertex.
|
protected double |
Closeness.getVertexScore(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph,
SNNode v)
Calculates the score for the specified vertex.
|
protected double |
DegreeCentrality.getVertexScore(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph,
SNNode v) |
protected double |
InDegreeCentrality.getVertexScore(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph,
SNNode v) |
protected double |
InDegreeWeightCentrality.getVertexScore(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph,
SNNode v) |
protected double |
OutDegreeCentrality.getVertexScore(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph,
SNNode v) |
Modifier and Type | Field and Description |
---|---|
protected edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> |
VertexShapeSizeAspect.graph |
protected edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> |
VertexStrokeHighlight.graph |
Modifier and Type | Method and Description |
---|---|
boolean |
DirectionDisplayPredicate.evaluate(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<SNNode,SNEdge>,SNEdge> context) |
boolean |
DirectionDisplayPredicate.evaluate(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<SNNode,SNEdge>,SNEdge> context) |
Constructor and Description |
---|
VertexShapeSizeAspect(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graphIn,
java.util.Map<SNNode,java.lang.Double> voltagesIn,
double minIn,
double maxIn) |
VertexStrokeHighlight(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph,
edu.uci.ics.jung.visualization.picking.PickedInfo<SNNode> pi) |