Serializable
, OWLAnonymousIndividualByIdProvider
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 | Description |
---|---|
RemappingIndividualProvider(OWLDataFactory df) |
Modifier and Type | Method | Description |
---|---|---|
OWLAnonymousIndividual |
getOWLAnonymousIndividual(String nodeId) |
Gets an
OWLAnonymousIndividual that has a specific NodeID
. |
public RemappingIndividualProvider(OWLDataFactory df)
df
- data factorypublic OWLAnonymousIndividual getOWLAnonymousIndividual(String nodeId)
OWLAnonymousIndividualByIdProvider
OWLAnonymousIndividual
that has a specific NodeID
.getOWLAnonymousIndividual
in interface OWLAnonymousIndividualByIdProvider
nodeId
- 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.OWLAnonymousIndividual
Copyright © 2018 The University of Manchester. All rights reserved.