Uses of Class
n10s.graphconfig.GraphConfig
Packages that use GraphConfig
-
Uses of GraphConfig in n10s.graphconfig
Methods in n10s.graphconfig that return GraphConfigConstructors in n10s.graphconfig with parameters of type GraphConfig -
Uses of GraphConfig in n10s.rdf.export
Fields in n10s.rdf.export declared as GraphConfigConstructors in n10s.rdf.export with parameters of type GraphConfigModifierConstructorDescriptionExportProcessor(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, Map<String, String> exportMappings, boolean mappedElemsOnly, boolean isRDFStarSerialisation) -
Uses of GraphConfig in n10s.utils
Methods in n10s.utils with parameters of type GraphConfigModifier and TypeMethodDescriptionstatic StringUriUtils.translateUri(String uri, org.neo4j.graphdb.Transaction tx, GraphConfig gc)