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, clearAnnotations, withAnnotation, withAnnotations, withAnnotations@Inject public BaseDomainBuilder(OWLDataFactory df)
df - data factorypublic B withDomain(OWLClassExpression arg)
arg - domainpublic P getProperty()
public OWLClassExpression getDomain()
Copyright © 2020 The University of Manchester. All rights reserved.