Uses of Class
org.apache.jena.rdfpatch.system.Id
Packages that use Id
-
Uses of Id in org.apache.jena.rdfpatch.system
Methods in org.apache.jena.rdfpatch.system that return IdModifier and TypeMethodDescriptionstatic IdId.create()Create a freshId, based on a UUID.static IdId.fromBytes(byte[] bytes) Create aId, according to byte.static IdId.fromNode(org.apache.jena.graph.Node node) Convert aNodeto anId.static IdId.fromString(String str) static IdId.fromStringOrNull(String str) static Idstatic IdId.nullId()static IdCreate an Id from a UUID string, return a default if the UUID string does not parse correctly.Methods in org.apache.jena.rdfpatch.system with parameters of type Id