Uses of Class
n10s.graphconfig.RDFParserConfig
-
Packages that use RDFParserConfig Package Description n10s n10s.onto n10s.quadrdf n10s.rdf.delete n10s.rdf.load n10s.rdf.preview n10s.rdf.stream n10s.skos.load -
-
Uses of RDFParserConfig in n10s
Fields in n10s declared as RDFParserConfig Modifier and Type Field Description protected RDFParserConfigRDFToLPGStatementProcessor. parserConfigMethods in n10s that return RDFParserConfig Modifier and Type Method Description abstract RDFParserConfigConfiguredStatementHandler. getParserConfig()RDFParserConfigRDFToLPGStatementProcessor. getParserConfig()Constructors in n10s with parameters of type RDFParserConfig Constructor Description RDFToLPGStatementProcessor(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, org.neo4j.logging.Log l) -
Uses of RDFParserConfig in n10s.onto
Constructors in n10s.onto with parameters of type RDFParserConfig Constructor Description OntologyImporter(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, org.neo4j.logging.Log l)OntologyPreviewer(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, java.util.Map<java.lang.String,org.neo4j.graphdb.Node> virtualNodes, java.util.List<org.neo4j.graphdb.Relationship> virtualRels, org.neo4j.logging.Log log) -
Uses of RDFParserConfig in n10s.quadrdf
Constructors in n10s.quadrdf with parameters of type RDFParserConfig Constructor Description RDFQuadDirectStatementDeleter(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, org.neo4j.logging.Log l)RDFQuadDirectStatementLoader(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, org.neo4j.logging.Log l) -
Uses of RDFParserConfig in n10s.rdf.delete
Constructors in n10s.rdf.delete with parameters of type RDFParserConfig Constructor Description DirectStatementDeleter(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, org.neo4j.logging.Log l) -
Uses of RDFParserConfig in n10s.rdf.load
Constructors in n10s.rdf.load with parameters of type RDFParserConfig Constructor Description DirectNodeAdder(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, org.neo4j.logging.Log l)DirectRelationshipAdder(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, org.neo4j.logging.Log l)DirectStatementLoader(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, org.neo4j.logging.Log l) -
Uses of RDFParserConfig in n10s.rdf.preview
Constructors in n10s.rdf.preview with parameters of type RDFParserConfig Constructor Description StatementPreviewer(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, java.util.Map<java.lang.String,org.neo4j.graphdb.Node> virtualNodes, java.util.List<org.neo4j.graphdb.Relationship> virtualRels, org.neo4j.logging.Log l) -
Uses of RDFParserConfig in n10s.rdf.stream
Fields in n10s.rdf.stream declared as RDFParserConfig Modifier and Type Field Description protected RDFParserConfigStatementStreamer. parserConfigMethods in n10s.rdf.stream that return RDFParserConfig Modifier and Type Method Description RDFParserConfigStatementStreamer. getParserConfig()Constructors in n10s.rdf.stream with parameters of type RDFParserConfig Constructor Description StarFormatStatementStreamer(RDFParserConfig pc)StatementStreamer(RDFParserConfig pc) -
Uses of RDFParserConfig in n10s.skos.load
Constructors in n10s.skos.load with parameters of type RDFParserConfig Constructor Description SkosImporter(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, org.neo4j.logging.Log l)
-