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, withProperty, withPropertyapplyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotations@Inject public BuilderAnnotationPropertyRange(OWLDataFactory df)
df - data factorypublic BuilderAnnotationPropertyRange(OWLAnnotationPropertyRangeAxiom expected, OWLDataFactory df)
expected - the existing objectdf - data factorypublic BuilderAnnotationPropertyRange withRange(IRI arg)
arg - rangepublic OWLAnnotationPropertyRangeAxiom buildObject()
buildObject in interface Builder<OWLAnnotationPropertyRangeAxiom>buildObject in class BaseBuilder<OWLAnnotationPropertyRangeAxiom,BuilderAnnotationPropertyRange>public IRI getRange()
Copyright © 2020 The University of Manchester. All rights reserved.