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(OWL2Datatype arg) | 
| BuilderDataComplementOf | withRange(OWLDataRange arg) | 
applyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotations@Inject public BuilderDataComplementOf(OWLDataFactory df)
df - data factorypublic BuilderDataComplementOf(OWLDataComplementOf expected, OWLDataFactory df)
expected - the existing objectdf - data factorypublic BuilderDataComplementOf withRange(OWL2Datatype arg)
arg - rangepublic BuilderDataComplementOf withRange(OWLDataRange arg)
arg - rangepublic OWLDataComplementOf buildObject()
buildObject in interface Builder<OWLDataComplementOf>buildObject in class BaseBuilder<OWLDataComplementOf,BuilderDataComplementOf>public OWLDataRange getRange()
Copyright © 2020 The University of Manchester. All rights reserved.