T - OWL typeB - builder typepublic abstract class BaseEntityBuilder<T extends OWLEntity,B> extends BaseBuilder<T,B>
| Constructor and Description |
|---|
BaseEntityBuilder(OWLDataFactory df) |
| Modifier and Type | Method and Description |
|---|---|
IRI |
getIRI() |
PrefixManager |
getPM() |
String |
getString() |
B |
withIRI(IRI arg) |
B |
withPrefixedIRI(String arg) |
B |
withPrefixManager(PrefixManager arg) |
applyChanges, buildObject, withAnnotation, withAnnotations@Inject public BaseEntityBuilder(OWLDataFactory df)
df - data factory@Nonnull public B withPrefixManager(PrefixManager arg)
arg - prefix manager@Nonnull public B withPrefixedIRI(String arg)
arg - prefixed iri@Nonnull public PrefixManager getPM()
Copyright © 2020 The University of Manchester. All rights reserved.