Gephi Toolkit Javadoc

org.gephi.statistics.plugin.builder
Class DegreeDistributionBuilder

java.lang.Object
  extended by org.gephi.statistics.plugin.builder.DegreeDistributionBuilder
All Implemented Interfaces:
StatisticsBuilder

public class DegreeDistributionBuilder
extends java.lang.Object
implements StatisticsBuilder

The degree distribution builder that bundles together GUI and theory aspects of the statistic.

Author:
pjmcswee

Constructor Summary
DegreeDistributionBuilder()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of statistics
 Statistics getStatistics()
          Build a new statistics instance and return it
 java.lang.Class<? extends Statistics> getStatisticsClass()
          Returns the statistics' class this UI belongs to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DegreeDistributionBuilder

public DegreeDistributionBuilder()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: StatisticsBuilder
Returns the name of statistics

Specified by:
getName in interface StatisticsBuilder
Returns:
the name of the statistics

getStatistics

public Statistics getStatistics()
Description copied from interface: StatisticsBuilder
Build a new statistics instance and return it

Specified by:
getStatistics in interface StatisticsBuilder
Returns:
a new statistics instance

getStatisticsClass

public java.lang.Class<? extends Statistics> getStatisticsClass()
Description copied from interface: StatisticsBuilder
Returns the statistics' class this UI belongs to.

Specified by:
getStatisticsClass in interface StatisticsBuilder
Returns:
the statistics' class this UI belongs to

Gephi Toolkit Javadoc