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) |
| 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 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 © 2016 The University of Manchester. All Rights Reserved.