T - type builtB - builder typepublic abstract class BaseObjectBuilder<T extends OWLObject,B> extends BaseObjectPropertyBuilder<T,B> implements SettableRange<OWLClassExpression,B>
| Constructor and Description | 
|---|
| BaseObjectBuilder(OWLDataFactory df) | 
| Modifier and Type | Method and Description | 
|---|---|
| OWLClassExpression | getRange()Gets the range. | 
| B | withRange(OWLClassExpression arg) | 
getProperty, withPropertyapplyChanges, buildObject, clearAnnotations, withAnnotation, withAnnotations, withAnnotations@Inject public BaseObjectBuilder(OWLDataFactory df)
df - data factorypublic B withRange(OWLClassExpression arg)
withRange in interface SettableRange<OWLClassExpression,B>arg - range to setpublic OWLClassExpression getRange()
HasRangegetRange in interface HasRange<OWLClassExpression>Copyright © 2020 The University of Manchester. All rights reserved.