T - type builtB - builder typeP - contained items typepublic abstract class BaseDomainBuilder<T extends OWLObject,B,P> extends BaseBuilder<T,B>
| Constructor and Description |
|---|
BaseDomainBuilder(OWLDataFactory df) |
| Modifier and Type | Method and Description |
|---|---|
OWLClassExpression |
getDomain() |
P |
getProperty() |
B |
withDomain(OWLClassExpression arg) |
B |
withProperty(P arg) |
applyChanges, buildObject, withAnnotation, withAnnotations@Inject public BaseDomainBuilder(OWLDataFactory df)
df - data factory@Nonnull public B withDomain(OWLClassExpression arg)
arg - domain@Nonnull public OWLClassExpression getDomain()
Copyright © 2020 The University of Manchester. All rights reserved.