Uses of Interface
org.apache.jena.ontapi.common.OntPersonality.Reserved
Packages that use OntPersonality.Reserved
-
Uses of OntPersonality.Reserved in org.apache.jena.ontapi.common
Fields in org.apache.jena.ontapi.common declared as OntPersonality.ReservedModifier and TypeFieldDescriptionstatic final OntPersonality.Reserved
OntPersonalities.OWL1_RESERVED
static final OntPersonality.Reserved
OntPersonalities.OWL2_RESERVED
static final OntPersonality.Reserved
OntPersonalities.RDFS_RESERVED
Methods in org.apache.jena.ontapi.common that return OntPersonality.ReservedModifier and TypeMethodDescriptionstatic OntPersonality.Reserved
OntPersonalities.createReservedVocabulary
(OntVocabulary voc) Creates areserved personality vocabulary
from the givensystem vocabulary
.OntPersonality.getReserved()
Returns a reserved vocabulary.OntPersonalityImpl.getReserved()
Methods in org.apache.jena.ontapi.common with parameters of type OntPersonality.ReservedModifier and TypeMethodDescriptionOntObjectPersonalityBuilder.setReserved
(OntPersonality.Reserved reserved) Sets a new reserved personality vocabulary.Constructors in org.apache.jena.ontapi.common with parameters of type OntPersonality.ReservedModifierConstructorDescriptionOntPersonalityImpl
(String name, OntConfig config, OntPersonality.Punnings punnings, OntPersonality.Builtins builtins, OntPersonality.Reserved reserved)