public class BuilderDataComplementOf extends BaseBuilder<OWLDataComplementOf,BuilderDataComplementOf>
Constructor and Description |
---|
BuilderDataComplementOf(OWLDataComplementOf expected,
OWLDataFactory df)
builder initialized from an existing object
|
BuilderDataComplementOf(OWLDataFactory df) |
Modifier and Type | Method and Description |
---|---|
OWLDataComplementOf |
buildObject() |
OWLDataRange |
getRange() |
BuilderDataComplementOf |
withRange(OWLDataRange arg) |
applyChanges, withAnnotation, withAnnotations
@Inject public BuilderDataComplementOf(OWLDataFactory df)
df
- data factorypublic BuilderDataComplementOf(@Nonnull OWLDataComplementOf expected, OWLDataFactory df)
expected
- the existing objectdf
- data factory@Nonnull public BuilderDataComplementOf withRange(OWLDataRange arg)
arg
- rangepublic OWLDataComplementOf buildObject()
buildObject
in interface Builder<OWLDataComplementOf>
buildObject
in class BaseBuilder<OWLDataComplementOf,BuilderDataComplementOf>
@Nonnull public OWLDataRange getRange()
Copyright © 2020 The University of Manchester. All rights reserved.