Uses of Class
org.apache.jena.atlas.lib.Tuple

Packages that use Tuple
com.hp.hpl.jena.sparql.algebra   
org.apache.jena.atlas.lib   
org.apache.jena.atlas.web.auth   
org.apache.jena.common   
org.apache.jena.riot.lang   
org.apache.jena.riot.other   
org.apache.jena.riot.system   
org.apache.jena.riot.writer   
 

Uses of Tuple in com.hp.hpl.jena.sparql.algebra
 

Methods in com.hp.hpl.jena.sparql.algebra that return Tuple
static Tuple<Set<Var>> OpVars.mentionedVarsByPosition(Op... ops)
           
static Tuple<Set<Var>> OpVars.mentionedVarsByPosition(Op op)
           
 

Uses of Tuple in org.apache.jena.atlas.lib
 

Methods in org.apache.jena.atlas.lib that return Tuple
 Tuple<T> TupleBuilder.build()
           
static
<X> Tuple<X>
Tuple.create(X[] elements)
          Create a tuple from an array of elements.
static
<X> Tuple<X>
Tuple.createTuple(X... elements)
           
 Tuple<T> Tuple.map(ColumnMap colMap)
          Return a tuple with the column mapping applied
<T> Tuple<T>
ColumnMap.map(Tuple<T> src)
          Apply to an unmapped tuple to get a tuple with the column mapping applied
static Tuple<String> FileOps.splitDirBaseExt(String filename)
          Split a file name into path, basename and extension.
static Tuple<String> FileOps.splitDirFile(String filename)
          Split a file name into path and filename.
 Tuple<T> Tuple.unmap(ColumnMap colMap)
          Return a tuple with the column mapping reversed
<T> Tuple<T>
ColumnMap.unmap(Tuple<T> src)
          Apply to a mapped tuple to get a tuple with the column mapping reverse-applied
 

Methods in org.apache.jena.atlas.lib that return types with arguments of type Tuple
static
<T> Iterator<Tuple<T>>
Tuple.prefix(int prefixLength, Iterator<Tuple<T>> iter)
           
 

Methods in org.apache.jena.atlas.lib with parameters of type Tuple
<T> T
ColumnMap.fetchSlot(int idx, Tuple<T> tuple)
          Apply to an unmapped tuple to get the i'th slot after mapping : SPO->POS : 0'th slot is P from SPO
<T> Tuple<T>
ColumnMap.map(Tuple<T> src)
          Apply to an unmapped tuple to get a tuple with the column mapping applied
<T> T
ColumnMap.mapSlot(int idx, Tuple<T> tuple)
          Apply to a mapped tuple to get the i'th slot as it appears after mapping : SPO->POS : 0'th slot is S from POS
<T> Tuple<T>
ColumnMap.unmap(Tuple<T> src)
          Apply to a mapped tuple to get a tuple with the column mapping reverse-applied
 

Method parameters in org.apache.jena.atlas.lib with type arguments of type Tuple
static
<T> Iterator<Tuple<T>>
Tuple.prefix(int prefixLength, Iterator<Tuple<T>> iter)
           
static
<T> Iterator<T>
Tuple.project(int slot, Iterator<Tuple<T>> iter)
           
 

Uses of Tuple in org.apache.jena.atlas.web.auth
 

Constructor parameters in org.apache.jena.atlas.web.auth with type arguments of type Tuple
ScopedNTAuthenticator(Map<URI,Pair<Tuple<String>,char[]>> credentials)
          Creates an authenticator with a set of credentials for URIs
 

Uses of Tuple in org.apache.jena.common
 

Method parameters in org.apache.jena.common with type arguments of type Tuple
static boolean IsoMatcher.isomorphic(List<Tuple<Node>> x1, List<Tuple<Node>> x2)
           
static boolean IsoMatcher.isomorphic(List<Tuple<Node>> x1, List<Tuple<Node>> x2)
           
 

Uses of Tuple in org.apache.jena.riot.lang
 

Methods in org.apache.jena.riot.lang that return types with arguments of type Tuple
 Collection<Tuple<Node>> CollectorStreamTuples.getCollected()
           
 

Methods in org.apache.jena.riot.lang with parameters of type Tuple
 void PipedTuplesStream.tuple(Tuple<Node> tuple)
           
 void PipedTriplesStream.tuple(Tuple<Node> tuple)
           
 void PipedQuadsStream.tuple(Tuple<Node> tuple)
           
 void CollectorStreamTuples.tuple(Tuple<Node> tuple)
           
 void CollectorStreamBase.tuple(Tuple<Node> tuple)
           
 

Constructor parameters in org.apache.jena.riot.lang with type arguments of type Tuple
PipedTuplesStream(PipedRDFIterator<Tuple<Node>> sink)
          Creates a piped tuples stream connected to the specified piped RDF iterator.
 

Uses of Tuple in org.apache.jena.riot.other
 

Methods in org.apache.jena.riot.other with parameters of type Tuple
 void BatchedStreamRDF.tuple(Tuple<Node> tuple)
           
 

Uses of Tuple in org.apache.jena.riot.system
 

Methods in org.apache.jena.riot.system with parameters of type Tuple
 void StreamRDFWrapper.tuple(Tuple<Node> tuple)
           
 void StreamRDFBase.tuple(Tuple<Node> tuple)
           
 void StreamRDF2.tuple(Tuple<Node> tuple)
           
 void StreamRDF.tuple(Tuple<Node> tuple)
          Generalized emitted
 void LoggingStreamRDF.tuple(Tuple<Node> tuple)
           
 

Uses of Tuple in org.apache.jena.riot.writer
 

Methods in org.apache.jena.riot.writer with parameters of type Tuple
 void WriterStreamRDFTuples.tuple(Tuple<Node> tuple)
           
 void WriterStreamRDFBase.tuple(Tuple<Node> tuple)
           
 



Licenced under the Apache License, Version 2.0