public interface DMNValidator
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Release all resources associated with this DMNValidator.
|
List<ValidationMsg> |
validateModel(org.kie.dmn.model.v1_1.Definitions dmnModel)
Performs validation of the DMN model against DMN specifications.
|
List<ValidationMsg> |
validateSchema(File xmlFile)
Performs validation of the xml file against the DMN's XSD Schema.
|
List<ValidationMsg> validateModel(org.kie.dmn.model.v1_1.Definitions dmnModel)
List<ValidationMsg> validateSchema(File xmlFile)
void dispose()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.