pyhornedowl.model.AnnotatedComponent

class pyhornedowl.model.AnnotatedComponent(component: Component, ann: Set[Annotation])

An AnnotatedComponent is an Component with one or more Annotation.

ann

ann: typing.Set[Annotation]

component

component: Component