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, clearAnnotations, withAnnotation, withAnnotations, withAnnotations
@Inject public BuilderClass(OWLDataFactory df)
df
- data factorypublic BuilderClass(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.