sbol2.validator

Module Contents

Classes

ValidationResult

ValidationRun

ValidationOptions

Functions

do_validation(json)

Performs validation based on a json request

class sbol2.validator.ValidationResult(output_file, equality)
digest_errors(self, output)
decipher(self, output, options)
broken_validation_request(self, command)
json(self)
class sbol2.validator.ValidationRun(options, validation_file, diff_file=None)
execute(self)
class sbol2.validator.ValidationOptions(return_file)
language = SBOL2
subset_uri = False
fail_on_first_error = False
provide_detailed_stack_trace = False
check_uri_compliance = True
check_completeness = True
check_best_practices = False
uri_prefix = False
version = False
insert_type = False
test_equality = False
return_file = True
main_file_name = main file
diff_file_name = comparison file
build(self, work_dir, data)
command(self, jar_path, validation_file, diff_file=None)
sbol2.validator.do_validation(json)

Performs validation based on a json request