Uses of Interface
org.apache.jena.rdf.model.Seq
Packages that use Seq
Package
Description
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of Seq in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return SeqModifier and TypeMethodDescriptionSeq.add
(int index, boolean o) Insert a new member into the sequence at the specified position.Seq.add
(int index, char o) Insert a new member into the sequence at the specified position.Seq.add
(int index, double o) Insert a new member into the sequence at the specified position.Seq.add
(int index, float o) Insert a new member into the sequence at the specified position.Seq.add
(int index, long o) Insert a new member into the sequence at the specified position.Insert a new member into the sequence at the specified position.Insert a new member into the sequence at the specified position.Insert a new member into the sequence at the specified position.Insert a new member into the sequence at the specified position.ModelCon.createSeq()
Create a new anonymous seq.Create a new seq.Alt.getDefaultSeq()
Return the default value for this resource.Return a Seq instance in this model.Return a Seq instance based on a given resource.Seq.getSeq
(int index) Get the member at a given index.Statement.getSeq()
Return the object of the statement.Seq.remove
(int index) Remove the member at the specified index.Seq.set
(int index, boolean o) Set the value at a given index in the sequence.Seq.set
(int index, char o) Set the value at a given index in the sequence.Seq.set
(int index, double o) Set the value at a given index in the sequence.Seq.set
(int index, float o) Set the value at a given index in the sequence.Seq.set
(int index, long o) Set the value at a given index in the sequence.Set the value at a given index in the sequence.Set the value at a given index in the sequence.Set the value at a given index in the sequence.Set the value at a given index in the sequence. -
Uses of Seq in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement SeqMethods in org.apache.jena.rdf.model.impl that return SeqModifier and TypeMethodDescriptionSeqImpl.add
(int index, boolean o) SeqImpl.add
(int index, char o) SeqImpl.add
(int index, double o) SeqImpl.add
(int index, float o) SeqImpl.add
(int index, long o) ModelCom.createSeq()
AltImpl.getDefaultSeq()
SeqImpl.getSeq
(int index) StatementImpl.getSeq()
SeqImpl.remove
(int index) SeqImpl.set
(int index, boolean o) SeqImpl.set
(int index, char o) SeqImpl.set
(int index, double o) SeqImpl.set
(int index, float o) SeqImpl.set
(int index, long o) Constructors in org.apache.jena.rdf.model.impl with parameters of type SeqModifierConstructorDescriptionSeqNodeIteratorImpl
(Iterator<Statement> iterator, Seq seq) Creates new SeqNodeIteratorImpl