Uses of Class
it.unipi.di.graph.GraphLabelerConfig

Packages that use GraphLabelerConfig
it.unipi.di.graph   
 

Uses of GraphLabelerConfig in it.unipi.di.graph
 

Methods in it.unipi.di.graph that return GraphLabelerConfig
 GraphLabelerConfig GraphLabeler.getConfig()
          Returns the current configuration.
static GraphLabelerConfig GraphLabelerConfig.load(String file)
          Loads a configuration previously stored in a file.
 

Constructors in it.unipi.di.graph with parameters of type GraphLabelerConfig
GraphLabeler(GraphLabelerConfig conf)
          Create a new GraphLabeler using the provided configuration.