public class RemappingIndividualProvider extends Object implements AnonymousIndividualByIdProvider
HasOntologyWriterConfiguration.getOntologyWriterConfiguration().| Constructor and Description |
|---|
RemappingIndividualProvider(OntologyConfigurator m,
OWLDataFactory df) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnonymousIndividual |
getOWLAnonymousIndividual(String nodeId)
Gets an
OWLAnonymousIndividual that has a specific NodeID
. |
public RemappingIndividualProvider(OntologyConfigurator m, OWLDataFactory df)
m - ontology configuratordf - data factorypublic OWLAnonymousIndividual getOWLAnonymousIndividual(String nodeId)
AnonymousIndividualByIdProviderOWLAnonymousIndividual that has a specific NodeID
.getOWLAnonymousIndividual in interface AnonymousIndividualByIdProvidernodeId - A String that represents the NodeID of the generated
OWLAnonymousIndividual. Note: nodeId will be
prefixed with "_:" if it is not specified with an "_:" prefix.OWLAnonymousIndividualCopyright © 2017 The University of Manchester. All Rights Reserved.