public class BuilderDataPropertyDomain extends BaseDomainBuilder<OWLDataPropertyDomainAxiom,BuilderDataPropertyDomain,OWLDataPropertyExpression> implements SettableProperty<OWLDataPropertyExpression,BuilderDataPropertyDomain>
Constructor and Description |
---|
BuilderDataPropertyDomain(OWLDataFactory df) |
BuilderDataPropertyDomain(OWLDataPropertyDomainAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Modifier and Type | Method and Description |
---|---|
OWLDataPropertyDomainAxiom |
buildObject() |
getDomain, getProperty, withDomain, withProperty
applyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotations
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
withProperty
getProperty
@Inject public BuilderDataPropertyDomain(OWLDataFactory df)
df
- data factorypublic BuilderDataPropertyDomain(OWLDataPropertyDomainAxiom expected, OWLDataFactory df)
expected
- the existing objectdf
- data factorypublic OWLDataPropertyDomainAxiom buildObject()
buildObject
in interface Builder<OWLDataPropertyDomainAxiom>
buildObject
in class BaseBuilder<OWLDataPropertyDomainAxiom,BuilderDataPropertyDomain>
Copyright © 2020 The University of Manchester. All rights reserved.