Uses of Class
com.apicatalog.jsonld.serialization.GraphMap.Reference
-
Packages that use GraphMap.Reference Package Description com.apicatalog.jsonld.serialization Serialize RDF as JSON-LD Algorithm. -
-
Uses of GraphMap.Reference in com.apicatalog.jsonld.serialization
Fields in com.apicatalog.jsonld.serialization with type parameters of type GraphMap.Reference Modifier and Type Field Description protected java.util.Map<java.lang.String,GraphMap.Reference>QuadsToJsonld. referenceOnceprivate java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<GraphMap.Reference>>>GraphMap. usagesMethods in com.apicatalog.jsonld.serialization that return types with arguments of type GraphMap.Reference Modifier and Type Method Description java.util.List<GraphMap.Reference>GraphMap. getUsages(java.lang.String graphName, java.lang.String subject)Methods in com.apicatalog.jsonld.serialization with parameters of type GraphMap.Reference Modifier and Type Method Description voidGraphMap. addUsage(java.lang.String graphName, java.lang.String subject, GraphMap.Reference reference)
-