public class BuilderDisjointUnion extends BaseSetBuilder<OWLDisjointUnionAxiom,BuilderDisjointUnion,OWLClassExpression>
Constructor and Description |
---|
BuilderDisjointUnion(OWLDataFactory df) |
BuilderDisjointUnion(OWLDisjointUnionAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Method and Description |
---|---|
OWLDisjointUnionAxiom |
buildObject() |
OWLClass |
getClassExpression() |
BuilderDisjointUnion |
withClass(OWLClass arg) |
withItem, withItems, withItems
applyChanges, withAnnotation, withAnnotations
public BuilderDisjointUnion(@Nonnull OWLDisjointUnionAxiom expected, OWLDataFactory df)
expected
- the existing objectdf
- data factory@Inject public BuilderDisjointUnion(OWLDataFactory df)
df
- data factory@Nonnull public BuilderDisjointUnion withClass(OWLClass arg)
arg
- right hand entitypublic OWLDisjointUnionAxiom buildObject()
buildObject
in interface Builder<OWLDisjointUnionAxiom>
buildObject
in class BaseBuilder<OWLDisjointUnionAxiom,BuilderDisjointUnion>
Copyright © 2020 The University of Manchester. All rights reserved.