public class ToString extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
graphToString(org.apache.jena.graph.Graph graph)
Local implementations of Graph can display themselves.
|
static String |
hashHex(Object o) |
static boolean |
isVitroClass(Object o) |
static String |
modelName(String name)
If the string is found in ModelNames, return the name of the constant.
|
static String |
modelToString(org.apache.jena.rdf.model.Model model)
Local implementations of Model can display themselves.
|
static String |
ontModelToString(org.apache.jena.ontology.OntModel ontModel)
Local implementations of OntModel can display themselves.
|
static String |
replaceModelNames(String raw)
Replace all Model URIs with their short names.
|
static String |
simpleName(Object o) |
public static String ontModelToString(org.apache.jena.ontology.OntModel ontModel)
public static String modelToString(org.apache.jena.rdf.model.Model model)
public static String graphToString(org.apache.jena.graph.Graph graph)
public static String modelName(String name)
public static String replaceModelNames(String raw)
public static boolean isVitroClass(Object o)
Copyright © 2021. All rights reserved.