
public abstract class AbstractGraphFactory extends Object implements GraphFactory
| Constructor and Description |
|---|
AbstractGraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
Graph |
loadGraph(File file)
Opens a graph and fills it with content in one of the serialization formats.
|
Graph |
loadGraph(InputStream inputStream)
Opens a graph and fills it with content in one of the serialization formats.
|
Graph |
loadGraph(Reader reader)
Opens a graph and fills it with content in one of the serialization formats.
|
Graph |
openGraph()
Opens a graph.
|
Graph |
parseGraph(String string)
Opens a graph and fills it with content in one of the serialization formats.
|
Graph |
parseGraph(String string,
MimeType mimeType)
Opens a graph and fills it with content in one of the serialization formats.
|
Graph |
parseGraph(String string,
String format,
Properties parameters)
Opens a graph and fills it with content in one of the serialization formats.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitopenGraphpublic Graph openGraph() throws IOException
GraphFactoryopenGraph in interface GraphFactoryIOExceptionpublic Graph loadGraph(File file) throws IOException, Xdi2ParseException
GraphFactoryloadGraph in interface GraphFactoryIOExceptionXdi2ParseExceptionpublic Graph loadGraph(Reader reader) throws IOException, Xdi2ParseException
GraphFactoryloadGraph in interface GraphFactoryIOExceptionXdi2ParseExceptionpublic Graph loadGraph(InputStream inputStream) throws IOException, Xdi2ParseException
GraphFactoryloadGraph in interface GraphFactoryIOExceptionXdi2ParseExceptionpublic Graph parseGraph(String string) throws IOException, Xdi2ParseException
GraphFactoryparseGraph in interface GraphFactoryIOExceptionXdi2ParseExceptionpublic Graph parseGraph(String string, String format, Properties parameters) throws IOException, Xdi2ParseException
GraphFactoryparseGraph in interface GraphFactoryIOExceptionXdi2ParseExceptionpublic Graph parseGraph(String string, MimeType mimeType) throws IOException, Xdi2ParseException
GraphFactoryparseGraph in interface GraphFactoryIOExceptionXdi2ParseExceptionCopyright © 2017. All rights reserved.