T
- type builtB
- builder typepublic abstract class BaseAnnotationPropertyBuilder<T extends OWLObject,B> extends BaseBuilder<T,B> implements SettableProperty<OWLAnnotationProperty,B>
Constructor and Description |
---|
BaseAnnotationPropertyBuilder(OWLDataFactory df) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationProperty |
getProperty()
Gets the property.
|
B |
withProperty(IRI arg) |
B |
withProperty(OWLAnnotationProperty arg) |
applyChanges, buildObject, clearAnnotations, withAnnotation, withAnnotations, withAnnotations
@Inject public BaseAnnotationPropertyBuilder(OWLDataFactory df)
df
- data factorypublic B withProperty(OWLAnnotationProperty arg)
withProperty
in interface SettableProperty<OWLAnnotationProperty,B>
arg
- property to setpublic OWLAnnotationProperty getProperty()
HasProperty
getProperty
in interface HasProperty<OWLAnnotationProperty>
Copyright © 2020 The University of Manchester. All rights reserved.