org.processmining.analysis.socialnetwork
Class SNAlgorithmJung

java.lang.Object
  extended by org.processmining.analysis.socialnetwork.SNAlgorithmJung

public class SNAlgorithmJung
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
SNAlgorithmJung(edu.uci.ics.jung.graph.Graph g, edu.uci.ics.jung.graph.decorators.NumberEdgeValue edge_weight)
           
 
Method Summary
 java.lang.String calculateBaryRanker()
           
 java.lang.String calculateBetweenness()
           
 java.lang.String calculateDegree(boolean[] selectedDegreeOptions)
           
 java.lang.String calculateHITS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SNAlgorithmJung

public SNAlgorithmJung(edu.uci.ics.jung.graph.Graph g,
                       edu.uci.ics.jung.graph.decorators.NumberEdgeValue edge_weight)
Method Detail

calculateDegree

public java.lang.String calculateDegree(boolean[] selectedDegreeOptions)

calculateBetweenness

public java.lang.String calculateBetweenness()

calculateBaryRanker

public java.lang.String calculateBaryRanker()

calculateHITS

public java.lang.String calculateHITS()