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