Uses of Class
org.apache.jena.rdf.model.AnonId
Packages that use AnonId
Package
Description
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of AnonId in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return AnonIdModifier and TypeMethodDescriptionstatic AnonIdAnonId.create()static AnonIdResource.getId()Returns an a unique identifier for anonymous resources.Methods in org.apache.jena.rdf.model with parameters of type AnonIdModifier and TypeMethodDescriptionModel.createResource(AnonId id) Create a blank node resource with a specified identifier.Model.getResource(AnonId id) Return a Resource instance with the given URI in this model.RDFVisitor.visitBlank(Resource r, AnonId id) Method to call when visiting a blank node r with identifier id. -
Uses of AnonId in org.apache.jena.rdf.model.impl
Methods in org.apache.jena.rdf.model.impl that return AnonIdMethods in org.apache.jena.rdf.model.impl with parameters of type AnonIdModifier and TypeMethodDescriptionModelCom.createResource(AnonId anonId) ModelCom.getResource(AnonId id) Constructors in org.apache.jena.rdf.model.impl with parameters of type AnonId