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, clearAnnotations, withAnnotation, withAnnotations, withAnnotationspublic BuilderObjectHasValue(OWLObjectHasValue expected, OWLDataFactory df)
expected - the existing objectdf - data factory@Inject public BuilderObjectHasValue(OWLDataFactory df)
df - data factorypublic BuilderObjectHasValue withValue(OWLIndividual arg)
arg - argumentpublic OWLObjectHasValue buildObject()
buildObject in interface Builder<OWLObjectHasValue>buildObject in class BaseBuilder<OWLObjectHasValue,BuilderObjectHasValue>public OWLIndividual getValue()
Copyright © 2020 The University of Manchester. All rights reserved.