public class BuilderOneOf extends BaseSetBuilder<OWLObjectOneOf,BuilderOneOf,OWLIndividual>
Constructor and Description |
---|
BuilderOneOf(OWLDataFactory df) |
BuilderOneOf(OWLObjectOneOf expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Modifier and Type | Method and Description |
---|---|
OWLObjectOneOf |
buildObject() |
withItem, withItems, withItems, withItems
applyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotations
public BuilderOneOf(OWLObjectOneOf expected, OWLDataFactory df)
expected
- the existing objectdf
- data factory@Inject public BuilderOneOf(OWLDataFactory df)
df
- data factorypublic OWLObjectOneOf buildObject()
buildObject
in interface Builder<OWLObjectOneOf>
buildObject
in class BaseBuilder<OWLObjectOneOf,BuilderOneOf>
Copyright © 2020 The University of Manchester. All rights reserved.