Uses of Class
n10s.graphconfig.GraphConfig
-
Packages that use GraphConfig Package Description n10s.graphconfig n10s.rdf n10s.rdf.export n10s.utils -
-
Uses of GraphConfig in n10s.graphconfig
Methods in n10s.graphconfig that return GraphConfig Modifier and Type Method Description GraphConfigRDFParserConfig. getGraphConf()Constructors in n10s.graphconfig with parameters of type GraphConfig Constructor Description RDFParserConfig(java.util.Map<java.lang.String,java.lang.Object> props, GraphConfig gc) -
Uses of GraphConfig in n10s.rdf
Methods in n10s.rdf with parameters of type GraphConfig Modifier and Type Method Description protected RDFProcedures.ImportResultsRDFProcedures. doImport(java.lang.String format, java.lang.String url, java.lang.String rdfFragment, java.util.Map<java.lang.String,java.lang.Object> props, GraphConfig overrideGC) -
Uses of GraphConfig in n10s.rdf.export
Fields in n10s.rdf.export declared as GraphConfig Modifier and Type Field Description protected GraphConfigExportProcessor. graphConfigConstructors in n10s.rdf.export with parameters of type GraphConfig Constructor Description ExportProcessor(org.neo4j.graphdb.Transaction tx, org.neo4j.graphdb.GraphDatabaseService graphdb, GraphConfig gc)LPGRDFToRDFProcesssor(org.neo4j.graphdb.GraphDatabaseService graphdb, org.neo4j.graphdb.Transaction tx, GraphConfig gc, boolean isRDFStarSerialisation)LPGToRDFProcesssor(org.neo4j.graphdb.GraphDatabaseService gds, org.neo4j.graphdb.Transaction tx, GraphConfig gc, java.util.Map<java.lang.String,java.lang.String> exportMappings, boolean mappedElemsOnly, boolean isRDFStarSerialisation) -
Uses of GraphConfig in n10s.utils
Methods in n10s.utils with parameters of type GraphConfig Modifier and Type Method Description static java.lang.StringUriUtils. translateUri(java.lang.String uri, org.neo4j.graphdb.Transaction tx, GraphConfig gc)
-