public class BuilderAnnotationPropertyRange extends BaseAnnotationPropertyBuilder<OWLAnnotationPropertyRangeAxiom,BuilderAnnotationPropertyRange>
| Constructor and Description |
|---|
BuilderAnnotationPropertyRange(OWLAnnotationPropertyRangeAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
BuilderAnnotationPropertyRange(OWLDataFactory df) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationPropertyRangeAxiom |
buildObject() |
IRI |
getRange() |
BuilderAnnotationPropertyRange |
withRange(IRI arg) |
getProperty, withPropertyapplyChanges, withAnnotation, withAnnotations@Inject public BuilderAnnotationPropertyRange(OWLDataFactory df)
df - data factorypublic BuilderAnnotationPropertyRange(@Nonnull OWLAnnotationPropertyRangeAxiom expected, OWLDataFactory df)
expected - the existing objectdf - data factory@Nonnull public BuilderAnnotationPropertyRange withRange(IRI arg)
arg - rangepublic OWLAnnotationPropertyRangeAxiom buildObject()
buildObject in interface Builder<OWLAnnotationPropertyRangeAxiom>buildObject in class BaseBuilder<OWLAnnotationPropertyRangeAxiom,BuilderAnnotationPropertyRange>Copyright © 2020 The University of Manchester. All rights reserved.