Class ConstructedModelTracker
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.ConstructedModelTracker
-
public class ConstructedModelTracker extends Object
-
-
Constructor Summary
Constructors Constructor Description ConstructedModelTracker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgenerateModelIdentifier(String uri, String modelType)static Map<String,org.apache.jena.rdf.model.Model>getAllModels()static org.apache.jena.rdf.model.ModelgetModel(String identifier)static ConstructedModelparseModelIdentifier(String modelIdentifier)static org.apache.jena.rdf.model.ModelremoveModel(String uri, String modelType)static voidtrackModel(String identifier, org.apache.jena.rdf.model.Model model)
-
-
-
Method Detail
-
trackModel
public static void trackModel(String identifier, org.apache.jena.rdf.model.Model model)
-
getModel
public static org.apache.jena.rdf.model.Model getModel(String identifier)
-
removeModel
public static org.apache.jena.rdf.model.Model removeModel(String uri, String modelType)
-
parseModelIdentifier
public static ConstructedModel parseModelIdentifier(String modelIdentifier) throws IllegalConstructedModelIdentifierException
-
-