Uses of Class
graph_gen_utils.metrics.MetricsReader.MetricsType

Packages that use MetricsReader.MetricsType
graph_gen_utils.metrics   
 

Uses of MetricsReader.MetricsType in graph_gen_utils.metrics
 

Methods in graph_gen_utils.metrics that return MetricsReader.MetricsType
static MetricsReader.MetricsType MetricsReader.MetricsType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MetricsReader.MetricsType[] MetricsReader.MetricsType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in graph_gen_utils.metrics with parameters of type MetricsReader.MetricsType
MetricsReader(org.neo4j.graphdb.GraphDatabaseService transNeo, MetricsReader.MetricsType metricsType)