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,com.hp.hpl.jena.rdf.model.Model> |
getAllModels() |
static com.hp.hpl.jena.rdf.model.Model |
getModel(String identifier) |
static ConstructedModel |
parseModelIdentifier(String modelIdentifier) |
static com.hp.hpl.jena.rdf.model.Model |
removeModel(String uri,
String modelType) |
static void |
trackModel(String identifier,
com.hp.hpl.jena.rdf.model.Model model) |
public static void trackModel(String identifier, com.hp.hpl.jena.rdf.model.Model model)
public static com.hp.hpl.jena.rdf.model.Model getModel(String identifier)
public static ConstructedModel parseModelIdentifier(String modelIdentifier) throws IllegalConstructedModelIdentifierException
Copyright © 2016. All rights reserved.