A B C D E F G H I J K L M N O P Q R S T U V W X Y _

N

n3Directive() - Method in class de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParser
 
n3Directive0() - Method in class de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParser
 
N3JenaWriterCommon - Class in de.fuberlin.wiwiss.ng4j.trig
Common framework for implementing N3 writers.
N3JenaWriterCommon() - Constructor for class de.fuberlin.wiwiss.ng4j.trig.N3JenaWriterCommon
 
N3JenaWriterPP - Class in de.fuberlin.wiwiss.ng4j.trig
An N3 pretty printer.
N3JenaWriterPP() - Constructor for class de.fuberlin.wiwiss.ng4j.trig.N3JenaWriterPP
 
name - Static variable in class de.fuberlin.wiwiss.ng4j.swp.vocabulary.FOAF
A name for some thing.
NAME_IT - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 
NAME_OP - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 
NamedGraph - Interface in de.fuberlin.wiwiss.ng4j
A collection of RDF triples which is named by an URI.
namedGraph() - Method in class de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParser
 
NamedGraphDataset - Class in de.fuberlin.wiwiss.ng4j.sparql
Implementation of ARQ's Dataset interface on top of an NG4J NamedGraphSet
NamedGraphDataset(NamedGraphSet) - Constructor for class de.fuberlin.wiwiss.ng4j.sparql.NamedGraphDataset
Creates a new instance whose default graph is the merge of all named graphs.
NamedGraphDataset(NamedGraphSet, Node) - Constructor for class de.fuberlin.wiwiss.ng4j.sparql.NamedGraphDataset
Creates a new instance where one of the named graph is used as the default graph.
NamedGraphDataset(NamedGraphSet, Graph) - Constructor for class de.fuberlin.wiwiss.ng4j.sparql.NamedGraphDataset
Creates a new instance with a given default graph.
NamedGraphDB - Class in de.fuberlin.wiwiss.ng4j.db
A database-backed Named Graph implementation which is handed out by NamedGraphSetDB.getGraph(Node).
NamedGraphDB(QuadDB, Node) - Constructor for class de.fuberlin.wiwiss.ng4j.db.NamedGraphDB
 
NamedGraphExample - Class in de.fuberlin.wiwiss.ng4j.examples
Example showing how to work with NamedGraphs
NamedGraphExample() - Constructor for class de.fuberlin.wiwiss.ng4j.examples.NamedGraphExample
 
NamedGraphImpl - Class in de.fuberlin.wiwiss.ng4j.impl
NamedGraph implementation that wraps a Graph instance and a name for that graph.
NamedGraphImpl(Node, Graph) - Constructor for class de.fuberlin.wiwiss.ng4j.impl.NamedGraphImpl
Creates a NamedGraph from a Graph instance and a name.
NamedGraphImpl(String, Graph) - Constructor for class de.fuberlin.wiwiss.ng4j.impl.NamedGraphImpl
Creates a NamedGraph from a Graph instance and a name.
NamedGraphModel - Class in de.fuberlin.wiwiss.ng4j
Jena Model implementation providing a resource-centric view on a NamedGraphSet's union graph.
NamedGraphModel(NamedGraphSet, String) - Constructor for class de.fuberlin.wiwiss.ng4j.NamedGraphModel
Initialises a NamedGraphModel.
NamedGraphResource - Interface in de.fuberlin.wiwiss.ng4j
 
NamedGraphResourceImpl - Class in de.fuberlin.wiwiss.ng4j.impl
 
NamedGraphResourceImpl(Resource, NamedGraphModel) - Constructor for class de.fuberlin.wiwiss.ng4j.impl.NamedGraphResourceImpl
 
NamedGraphSet - Interface in de.fuberlin.wiwiss.ng4j
A set of NamedGraphs and the core part of the Named Graphs for Jena API.
NamedGraphSetBase - Class in de.fuberlin.wiwiss.ng4j.impl
 
NamedGraphSetBase() - Constructor for class de.fuberlin.wiwiss.ng4j.impl.NamedGraphSetBase
 
NamedGraphSetDB - Class in de.fuberlin.wiwiss.ng4j.db
A NamedGraphSet implementation backed by a relational database.
NamedGraphSetDB(QuadDB) - Constructor for class de.fuberlin.wiwiss.ng4j.db.NamedGraphSetDB
Creates a new NamedGraphSet.
NamedGraphSetDB(Connection) - Constructor for class de.fuberlin.wiwiss.ng4j.db.NamedGraphSetDB
Creates a persistent NamedGraphSet from a database connection.
NamedGraphSetDB(Connection, String) - Constructor for class de.fuberlin.wiwiss.ng4j.db.NamedGraphSetDB
Creates a persistent NamedGraphSet from a database connection using a table prefix.
NamedGraphSetImpl - Class in de.fuberlin.wiwiss.ng4j.impl
Implementation of the NamedGraphSet interface based on a set of in-memory NamedGraphs.
NamedGraphSetImpl() - Constructor for class de.fuberlin.wiwiss.ng4j.impl.NamedGraphSetImpl
 
NamedGraphSetIO - Class in de.fuberlin.wiwiss.ng4j.impl
Abstract NamedGraphSet implementation providing implementations for NamedGraphSet's various read and write methods.
NamedGraphSetIO() - Constructor for class de.fuberlin.wiwiss.ng4j.impl.NamedGraphSetIO
 
NamedGraphSetPopulator - Class in de.fuberlin.wiwiss.ng4j.trig
A Handler for TriG parsing events which populates a NamedGraphSet.
NamedGraphSetPopulator(NamedGraphSet, String, String) - Constructor for class de.fuberlin.wiwiss.ng4j.trig.NamedGraphSetPopulator
 
NamedGraphSetReader - Interface in de.fuberlin.wiwiss.ng4j
Reads a serialized set of Named Graphs from a Reader, InputStream, or URL into a NamedGraphSet.
NamedGraphSetWriter - Interface in de.fuberlin.wiwiss.ng4j
Serializes a NamedGraphSet into a Writer or OutputStream.
NamedGraphStatement - Class in de.fuberlin.wiwiss.ng4j
A Statement which can provide provenance information about the NamedGraphs in which it is contained.
NamedGraphStatement(Resource, Property, RDFNode, NamedGraphModel) - Constructor for class de.fuberlin.wiwiss.ng4j.NamedGraphStatement
 
NamedGraphStatementIterator - Class in de.fuberlin.wiwiss.ng4j.impl
Helper implementation of StmtIterator that wraps a StmtIterator and returns all of its elements as NamedGraphStatements instead of simple Jena Statements.
NamedGraphStatementIterator(StmtIterator, NamedGraphModel) - Constructor for class de.fuberlin.wiwiss.ng4j.impl.NamedGraphStatementIterator
 
NAMESPACE - Static variable in class de.fuberlin.wiwiss.ng4j.swp.vocabulary.DP
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class de.fuberlin.wiwiss.ng4j.swp.vocabulary.FOAF
The namespace of the vocabalary as a resource
NAMESPACE - Static variable in class de.fuberlin.wiwiss.ng4j.swp.vocabulary.SWP
The namespace of the vocabulary as a resource
NAMESPACE - Static variable in class de.fuberlin.wiwiss.ng4j.swp.vocabulary.SWP_V
The namespace of the vocabulary as a resource
NCName - Static variable in interface de.fuberlin.wiwiss.ng4j.triql.parser.TriQLParserConstants
 
NEQ - Static variable in interface de.fuberlin.wiwiss.ng4j.triql.parser.TriQLParserConstants
 
newToken(int) - Static method in class de.fuberlin.wiwiss.ng4j.triql.parser.Token
Returns a new Token object, by default.
next() - Method in class de.fuberlin.wiwiss.ng4j.impl.NamedGraphStatementIterator
 
next() - Method in class de.fuberlin.wiwiss.ng4j.semwebclient.SemWebIterator
 
next - Variable in class de.fuberlin.wiwiss.ng4j.triql.parser.Token
A reference to the next regular (non-special) token from the input stream.
nextToken() - Method in class de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrLexer
 
nick - Static variable in class de.fuberlin.wiwiss.ng4j.swp.vocabulary.FOAF
A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).
NL - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 
NL1 - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 
NL2 - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 
NL3 - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 
node() - Method in class de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParser
 
Node - Interface in de.fuberlin.wiwiss.ng4j.triql.parser
 
noMoreGraphs() - Method in class de.fuberlin.wiwiss.ng4j.semwebclient.SemWebIterator
 
NON_ANC - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 
notSuccessful - Static variable in class de.fuberlin.wiwiss.ng4j.swp.vocabulary.SWP_V
 
NS - Static variable in class de.fuberlin.wiwiss.ng4j.swp.vocabulary.DP
The namespace of the vocabulary as a string
NS - Static variable in class de.fuberlin.wiwiss.ng4j.swp.vocabulary.FOAF
The namespace of the vocabalary as a string ("http://xmlns.com/foaf/0.1/")
NS - Static variable in class de.fuberlin.wiwiss.ng4j.swp.vocabulary.SWP
The namespace of the vocabulary as a string
NS - Static variable in class de.fuberlin.wiwiss.ng4j.swp.vocabulary.SWP_V
The namespace of the vocabulary as a string
NSNAME - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 
nsprefix() - Method in class de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParser
 
NULL_LITERAL - Static variable in interface de.fuberlin.wiwiss.ng4j.triql.parser.TriQLParserConstants
 
NULL_TREE_LOOKAHEAD - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 
NullLiteral() - Method in class de.fuberlin.wiwiss.ng4j.triql.parser.TriQLParser
 
NUMBER - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 
NUMERIC - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 
NumericalLogical() - Method in class de.fuberlin.wiwiss.ng4j.triql.parser.TriQLParser
 
NumericExpression() - Method in class de.fuberlin.wiwiss.ng4j.triql.parser.TriQLParser
 
NumericLiteral() - Method in class de.fuberlin.wiwiss.ng4j.triql.parser.TriQLParser
 
NWS - Static variable in interface de.fuberlin.wiwiss.ng4j.trig.parser.TriGAntlrParserTokenTypes
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y _