public interface OWLAnonymousIndividualByIdProvider extends Serializable
OWLAnonymousIndividual
.Modifier and Type | Method and Description |
---|---|
OWLAnonymousIndividual |
getOWLAnonymousIndividual(String nodeId)
Gets an
OWLAnonymousIndividual that has a specific NodeID
. |
@Nonnull OWLAnonymousIndividual getOWLAnonymousIndividual(@Nonnull String nodeId)
OWLAnonymousIndividual
that has a specific NodeID
.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 © 2020 The University of Manchester. All rights reserved.