public interface GraphBuilderModule
Modifier and Type | Method and Description |
---|---|
void |
buildGraph(Graph graph,
GraphBuilderModuleSummary graphBuilderModuleSummary)
Process whatever inputs were supplied to this module and add the resulting elements to the given graph.
|
void |
checkInputs()
Check that all inputs to the graphbuilder are valid; throw an exception if not.
|
void buildGraph(Graph graph, GraphBuilderModuleSummary graphBuilderModuleSummary)
void checkInputs()
Copyright © 2020. All rights reserved.