public class ConstructedModelTracker extends Object
| Constructor and Description |
|---|
ConstructedModelTracker() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generateModelIdentifier(String uri,
String modelType) |
static Map<String,org.apache.jena.rdf.model.Model> |
getAllModels() |
static org.apache.jena.rdf.model.Model |
getModel(String identifier) |
static ConstructedModel |
parseModelIdentifier(String modelIdentifier) |
static org.apache.jena.rdf.model.Model |
removeModel(String uri,
String modelType) |
static void |
trackModel(String identifier,
org.apache.jena.rdf.model.Model model) |
public static void trackModel(String identifier, org.apache.jena.rdf.model.Model model)
public static org.apache.jena.rdf.model.Model getModel(String identifier)
public static ConstructedModel parseModelIdentifier(String modelIdentifier) throws IllegalConstructedModelIdentifierException
Copyright © 2022. All rights reserved.