Interface DatasetGraphFactory.GraphMaker

Enclosing class:
DatasetGraphFactory

public static interface DatasetGraphFactory.GraphMaker
Interface for making graphs when a dataset needs to add a new graph. Return null for no graph created.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Node name)
     
  • Method Details