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

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

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

Methods in com.hp.hpl.jena.rdf.model that return Alt
 Alt Statement.getAlt()
          Return the object of the statement.
 Alt Seq.getAlt(int index)
          Get the member at a given index.
 Alt ModelCon.getAlt(java.lang.String uri)
          Return an Alt instance in this model.
 Alt ModelCon.getAlt(Resource r)
          Return an Alt instance based on a given resource.
 Alt ModelCon.createAlt()
          Create a new anonymous alt.
 Alt ModelCon.createAlt(java.lang.String uri)
          Create a new alt.
 Alt Alt.setDefault(RDFNode o)
          Set the default value of this container.
 Alt Alt.setDefault(boolean o)
          Set the default value of this container.
 Alt Alt.setDefault(long o)
          Set the default value of this container.
 Alt Alt.setDefault(char o)
          Set the default value of this container.
 Alt Alt.setDefault(float o)
          Set the default value of this container.
 Alt Alt.setDefault(double o)
          Set the default value of this container.
 Alt Alt.setDefault(java.lang.String o)
          Set the default value of this container.
 Alt Alt.setDefault(java.lang.String o, java.lang.String l)
          Set the default value of this container.
 Alt Alt.setDefault(java.lang.Object o)
          Set the default value of this container.
 Alt Alt.getDefaultAlt()
          Return the default value for this resource.
 

Constructors in com.hp.hpl.jena.rdf.model with parameters of type Alt
JenaAltHasNoDefaultException(Alt a)
           
 



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