Uses of Class
org.openprovenance.prov.validation.report.Dependencies
-
Packages that use Dependencies Package Description org.openprovenance.prov.validation org.openprovenance.prov.validation.report org.openprovenance.prov.validation.report.json -
-
Uses of Dependencies in org.openprovenance.prov.validation
Methods in org.openprovenance.prov.validation that return Dependencies Modifier and Type Method Description DependenciesValidate. getCyclicEvents(List<Integer> l) -
Uses of Dependencies in org.openprovenance.prov.validation.report
Fields in org.openprovenance.prov.validation.report with type parameters of type Dependencies Modifier and Type Field Description List<Dependencies>ValidationReport. cycleList<Dependencies>ValidationReport. nonStrictCycleMethods in org.openprovenance.prov.validation.report that return types with arguments of type Dependencies Modifier and Type Method Description List<Dependencies>ValidationReport. getCycle()Gets the value of the cycle property.List<Dependencies>ValidationReport. getNonStrictCycle()Gets the value of the nonStrictCycle property. -
Uses of Dependencies in org.openprovenance.prov.validation.report.json
Methods in org.openprovenance.prov.validation.report.json that return types with arguments of type Dependencies Modifier and Type Method Description List<Dependencies>ValidationReportInterface. getCycle()List<Dependencies>ValidationReportInterface. getNonStrictCycle()
-