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 ModelCon.createAlt()
          Create a new anonymous alt.
 Alt ModelCon.createAlt(java.lang.String uri)
          Create a new 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(Resource r)
          Return an Alt instance based on a given resource.
 Alt ModelCon.getAlt(java.lang.String uri)
          Return an Alt instance in this model.
 Alt Alt.getDefaultAlt()
          Return the default value for this resource.
 Alt Alt.setDefault(boolean o)
          Set the default value of this container.
 Alt Alt.setDefault(char o)
          Set the default value of this container.
 Alt Alt.setDefault(double o)
          Set the default value of this container.
 Alt Alt.setDefault(float o)
          Set the default value of this container.
 Alt Alt.setDefault(long o)
          Set the default value of this container.
 Alt Alt.setDefault(java.lang.Object o)
          Set the default value of this container.
 Alt Alt.setDefault(RDFNode 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.
 

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



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP