Methods
-
staticbelhop.factory.annotations.nameValue(name, value) {belhop.NameValueAnnotation}
-
Name/Value annotation factory. See the
typethis factory produces for more.Name Type Description namestring Refer to the factory type
valuestring Refer to the factory type
Returns:
Type Description belhop.NameValueAnnotation the BELHop type produced by this factory -
staticbelhop.factory.annotations.type(name, prefix, domain, uri) {belhop.AnnotationType}
-
Annotation type factory. See the
typethis factory produces for more.Name Type Description namestring Refer to the factory type
prefixstring Refer to the factory type
domainstring Refer to the factory type
uristring Refer to the factory type
Returns:
Type Description belhop.AnnotationType the BELHop type produced by this factory -
staticbelhop.factory.annotations.value(identifier, name, type, uri) {belhop.AnnotationValue}
-
Annotation value factory. See the
typethis factory produces for more.Name Type Description identifierstring Refer to the factory type
namestring Refer to the factory type
typestring Refer to the factory type
uristring Refer to the factory type
Returns:
Type Description belhop.AnnotationValue the BELHop type produced by this factory