public class BuilderAnnotationPropertyDomain extends BaseAnnotationPropertyBuilder<OWLAnnotationPropertyDomainAxiom,BuilderAnnotationPropertyDomain>
| Constructor and Description |
|---|
BuilderAnnotationPropertyDomain(OWLAnnotationPropertyDomainAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
BuilderAnnotationPropertyDomain(OWLDataFactory df) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationPropertyDomainAxiom |
buildObject() |
IRI |
getDomain() |
BuilderAnnotationPropertyDomain |
withDomain(IRI arg) |
getProperty, withPropertyapplyChanges, withAnnotation, withAnnotations@Inject public BuilderAnnotationPropertyDomain(OWLDataFactory df)
df - data factorypublic BuilderAnnotationPropertyDomain(@Nonnull OWLAnnotationPropertyDomainAxiom expected, OWLDataFactory df)
expected - the existing objectdf - data factory@Nonnull public BuilderAnnotationPropertyDomain withDomain(IRI arg)
arg - domainpublic OWLAnnotationPropertyDomainAxiom buildObject()
buildObject in interface Builder<OWLAnnotationPropertyDomainAxiom>buildObject in class BaseBuilder<OWLAnnotationPropertyDomainAxiom,BuilderAnnotationPropertyDomain>Copyright © 2020 The University of Manchester. All rights reserved.