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, withAnnotation, withAnnotations
@Inject public BuilderComplementOf(OWLDataFactory df)
df
- data factorypublic BuilderComplementOf(@Nonnull OWLObjectComplementOf expected, OWLDataFactory df)
expected
- the existing objectdf
- data factory@Nonnull public BuilderComplementOf withClass(OWLClassExpression arg)
arg
- class expressionpublic OWLObjectComplementOf buildObject()
buildObject
in interface Builder<OWLObjectComplementOf>
buildObject
in class BaseBuilder<OWLObjectComplementOf,BuilderComplementOf>
@Nonnull public OWLClassExpression getClassExpression()
Copyright © 2020 The University of Manchester. All rights reserved.