public class BuilderDataProperty extends BaseEntityBuilder<OWLDataProperty,BuilderDataProperty>
Constructor and Description |
---|
BuilderDataProperty(OWLDataFactory df) |
BuilderDataProperty(OWLDataProperty expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Method and Description |
---|---|
OWLDataProperty |
buildObject() |
getIRI, getPM, getString, withIRI, withPrefixedIRI, withPrefixManager
applyChanges, withAnnotation, withAnnotations
@Inject public BuilderDataProperty(OWLDataFactory df)
df
- data factorypublic BuilderDataProperty(@Nonnull OWLDataProperty expected, OWLDataFactory df)
expected
- the existing objectdf
- data factorypublic OWLDataProperty buildObject()
buildObject
in interface Builder<OWLDataProperty>
buildObject
in class BaseBuilder<OWLDataProperty,BuilderDataProperty>
Copyright © 2020 The University of Manchester. All rights reserved.