Uses of Interface
planet.commonapi.results.ResultsGenerator

Packages that use ResultsGenerator
planet.commonapi.results   
planet.generic.commonapi.factory   
planet.generic.commonapi.results   
 

Uses of ResultsGenerator in planet.commonapi.results
 

Methods in planet.commonapi.results that return ResultsGenerator
 ResultsGenerator ResultsFactory.buildGenerator()
          Builds the Generator specified in the properties file.
 

Uses of ResultsGenerator in planet.generic.commonapi.factory
 

Methods in planet.generic.commonapi.factory that return ResultsGenerator
static ResultsGenerator GenericFactory.buildGenerator(java.lang.String resultsName)
           
 

Uses of ResultsGenerator in planet.generic.commonapi.results
 

Classes in planet.generic.commonapi.results that implement ResultsGenerator
 class ResultsGMLGenerator
           
 class ResultsPajekGenerator
          This generator builds an output in Pajek format.
 

Methods in planet.generic.commonapi.results that return ResultsGenerator
 ResultsGenerator ResultsFactoryImpl.buildGenerator()
          Builds the ResultsGenerator specified in the current configuration.