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