Uses of Interface
com.hp.hpl.jena.rdf.model.Seq

Packages that use Seq
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs.  
 

Uses of Seq in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model that return Seq
 Seq Statement.getSeq()
          Return the object of the statement.
 Seq Seq.add(int index, RDFNode o)
          Insert a new member into the sequence at the specified position.
 Seq Seq.add(int index, boolean o)
          Insert a new member into the sequence at the specified position.
 Seq Seq.add(int index, long o)
          Insert a new member into the sequence at the specified position.
 Seq Seq.add(int index, char o)
          Insert a new member into the sequence at the specified position.
 Seq Seq.add(int index, float o)
          Insert a new member into the sequence at the specified position.
 Seq Seq.add(int index, double o)
          Insert a new member into the sequence at the specified position.
 Seq Seq.add(int index, java.lang.String o)
          Insert a new member into the sequence at the specified position.
 Seq Seq.add(int index, java.lang.String o, java.lang.String l)
          Insert a new member into the sequence at the specified position.
 Seq Seq.add(int index, java.lang.Object o)
          Insert a new member into the sequence at the specified position.
 Seq Seq.getSeq(int index)
          Get the member at a given index.
 Seq Seq.remove(int index)
          Remove the member at the specified index.
 Seq Seq.set(int index, RDFNode o)
          Set the value at a given index in the sequence.
 Seq Seq.set(int index, boolean o)
          Set the value at a given index in the sequence.
 Seq Seq.set(int index, long o)
          Set the value at a given index in the sequence.
 Seq Seq.set(int index, char o)
          Set the value at a given index in the sequence.
 Seq Seq.set(int index, float o)
          Set the value at a given index in the sequence.
 Seq Seq.set(int index, double o)
          Set the value at a given index in the sequence.
 Seq Seq.set(int index, java.lang.String o)
          Set the value at a given index in the sequence.
 Seq Seq.set(int index, java.lang.String o, java.lang.String l)
          Set the value at a given index in the sequence.
 Seq Seq.set(int index, java.lang.Object o)
          Set the value at a given index in the sequence.
 Seq ModelCon.getSeq(java.lang.String uri)
          Return a Seq instance in this model.
 Seq ModelCon.getSeq(Resource r)
          Return a Seq instance based on a given resource.
 Seq ModelCon.createSeq()
          Create a new anonymous seq.
 Seq ModelCon.createSeq(java.lang.String uri)
          Create a new seq.
 Seq Alt.getDefaultSeq()
          Return the default value for this resource.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.