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, clearAnnotations, withAnnotation, withAnnotations, withAnnotations@Inject public BaseEntityBuilder(OWLDataFactory df)
df - data factorypublic B withPrefixManager(PrefixManager arg)
arg - prefix managerpublic B withPrefixedIRI(String arg)
arg - prefixed iripublic IRI getIRI()
public String getString()
public PrefixManager getPM()
Copyright © 2020 The University of Manchester. All rights reserved.