public class BuilderComplementOf extends BaseBuilder<OWLObjectComplementOf,BuilderComplementOf>
| Constructor and Description |
|---|
BuilderComplementOf(OWLDataFactory df) |
BuilderComplementOf(OWLObjectComplementOf expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectComplementOf |
buildObject() |
OWLClassExpression |
getClassExpression() |
BuilderComplementOf |
withClass(OWLClassExpression arg) |
applyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotations@Inject public BuilderComplementOf(OWLDataFactory df)
df - data factorypublic BuilderComplementOf(OWLObjectComplementOf expected, OWLDataFactory df)
expected - the existing objectdf - data factorypublic BuilderComplementOf withClass(OWLClassExpression arg)
arg - class expressionpublic OWLObjectComplementOf buildObject()
buildObject in interface Builder<OWLObjectComplementOf>buildObject in class BaseBuilder<OWLObjectComplementOf,BuilderComplementOf>public OWLClassExpression getClassExpression()
Copyright © 2020 The University of Manchester. All rights reserved.