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