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