public class RemappingIndividualProvider extends Object implements OWLAnonymousIndividualByIdProvider
AnonymousIndividualProperties at the time the instance
is created; changing the property while the instance is in use will not affect the instance.| Constructor and Description |
|---|
RemappingIndividualProvider(OWLDataFactory df) |
RemappingIndividualProvider(OWLDataFactory df,
boolean remapEnabled) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnonymousIndividual |
getOWLAnonymousIndividual(String nodeId)
Gets an
OWLAnonymousIndividual that has a specific NodeID
. |
public RemappingIndividualProvider(OWLDataFactory df)
df - data factorypublic RemappingIndividualProvider(OWLDataFactory df, boolean remapEnabled)
df - data factoryremapEnabled - true if remap is enabledpublic OWLAnonymousIndividual getOWLAnonymousIndividual(String nodeId)
OWLAnonymousIndividualByIdProviderOWLAnonymousIndividual that has a specific NodeID
.getOWLAnonymousIndividual in interface OWLAnonymousIndividualByIdProvidernodeId - A String that represents the NodeID of the generated
OWLAnonymousIndividual. Not null. Note:
nodeId will be prefixed with "_:" if it is not specified
with an "_:" prefix.OWLAnonymousIndividualCopyright © 2021 The University of Manchester. All rights reserved.