public class CheckGeometryModule extends Object implements GraphBuilderModule
| Constructor and Description |
|---|
CheckGeometryModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildGraph(Graph graph,
HashMap<Class<?>,Object> extra)
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.
|
List<String> |
getPrerequisites()
A list of ids of stages which must be provided before this stage
|
List<String> |
provides()
An set of ids which identifies what stages this graph builder provides (i.e.
|
public List<String> provides()
public List<String> getPrerequisites()
public void buildGraph(Graph graph, HashMap<Class<?>,Object> extra)
GraphBuilderModulebuildGraph in interface GraphBuilderModulepublic void checkInputs()
GraphBuilderModulecheckInputs in interface GraphBuilderModuleCopyright © 2018. All rights reserved.