public class GraphValidatorImpl extends Object implements GraphValidator
| Constructor and Description |
|---|
GraphValidatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
validate(Graph graph)
Validates the given graph and returns a list of validation errors.
|
public List<String> validate(Graph graph)
GraphValidatornull.validate in interface GraphValidatorgraph - the graph to be validatedCopyright © 2018. All rights reserved.