public class BuilderObjectHasValue extends BaseObjectPropertyBuilder<OWLObjectHasValue,BuilderObjectHasValue>
| Constructor and Description |
|---|
BuilderObjectHasValue(OWLDataFactory df) |
BuilderObjectHasValue(OWLObjectHasValue expected,
OWLDataFactory df)
builder initialized from an existing object
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectHasValue |
buildObject() |
OWLIndividual |
getValue() |
BuilderObjectHasValue |
withValue(OWLIndividual arg) |
getProperty, withPropertyapplyChanges, withAnnotation, withAnnotationspublic BuilderObjectHasValue(@Nonnull OWLObjectHasValue expected, OWLDataFactory df)
expected - the existing objectdf - data factory@Inject public BuilderObjectHasValue(OWLDataFactory df)
df - data factory@Nonnull public BuilderObjectHasValue withValue(OWLIndividual arg)
arg - argumentpublic OWLObjectHasValue buildObject()
buildObject in interface Builder<OWLObjectHasValue>buildObject in class BaseBuilder<OWLObjectHasValue,BuilderObjectHasValue>@Nonnull public OWLIndividual getValue()
Copyright © 2020 The University of Manchester. All rights reserved.