MATSIM
Public Member Functions | Protected Attributes | List of all members
org.matsim.counts.algorithms.graphs.CountsGraphsCreator Class Referenceabstract
Inheritance diagram for org.matsim.counts.algorithms.graphs.CountsGraphsCreator:
Inheritance graph
[legend]

Public Member Functions

 CountsGraphsCreator (final String sectionTitle)
 
Section getSection ()
 
abstract List< CountsGraphcreateGraphs (List< CountSimComparison > ccl, int iteration)
 

Protected Attributes

Section section
 

Detailed Description

Definition at line 29 of file CountsGraphsCreator.java.

Constructor & Destructor Documentation

◆ CountsGraphsCreator()

org.matsim.counts.algorithms.graphs.CountsGraphsCreator.CountsGraphsCreator ( final String  sectionTitle)

Definition at line 32 of file CountsGraphsCreator.java.

32  {
33  this.section=new Section(sectionTitle);
34  }

Member Function Documentation

◆ getSection()

Section org.matsim.counts.algorithms.graphs.CountsGraphsCreator.getSection ( )

◆ createGraphs()

abstract List<CountsGraph> org.matsim.counts.algorithms.graphs.CountsGraphsCreator.createGraphs ( List< CountSimComparison ccl,
int  iteration 
)
abstract

Member Data Documentation

◆ section

Section org.matsim.counts.algorithms.graphs.CountsGraphsCreator.section
protected

The documentation for this class was generated from the following file: