- Tutorials:
Methods
-
staticbelhop.evidence.annotation.addAnnotation(evidence, annotationValue)
-
Add a
belhop.AnnotationValuetoevidence.Name Type Description evidencebelhop.Evidence The evidence to add to
annotationValuebelhop.AnnotationValue The annotation to add
- Tutorials:
-
staticbelhop.evidence.annotation.addNameValue(evidence, nameValueAnnotation)
-
Add
belhop.NameValueAnnotationtoevidence.Name Type Description evidencebelhop.Evidence The evidence to add to
nameValueAnnotationbelhop.NameValueAnnotation The annotation to add
- Tutorials:
-
staticbelhop.evidence.annotation.addType(evidence, annotationType, value)
-
Add
belhop.AnnotationTypevalue toevidence.Name Type Description evidencebelhop.Evidence The evidence to add to
annotationTypebelhop.AnnotationType The annotation type to add
valuestring The annotation value to add
- Tutorials: