Uses of Class
info.sswap.impl.empire.model.Literal

Packages that use Literal
info.sswap.impl.empire.model   
 

Uses of Literal in info.sswap.impl.empire.model
 

Methods in info.sswap.impl.empire.model that return Literal
 Literal ImplFactory.createLiteral(com.hp.hpl.jena.rdf.model.Literal literal)
          Creates a SSWAP implementation of a literal based on a Jena literal.
 Literal ImplFactory.createLiteral(java.lang.String value, SourceModel sourceModel)
           
 Literal ImplFactory.createLiteral(java.lang.String value, java.lang.String language, SourceModel sourceModel)
           
 Literal ImplFactory.createLiteral(java.lang.String value, java.net.URI datatypeURI, SourceModel sourceModel)
           
 Literal ImplFactory.createLiteral(java.lang.String value, java.net.URI datatypeURI, java.lang.String language, SourceModel sourceModel)
          Creates a literal with the specified value
 

Methods in info.sswap.impl.empire.model with parameters of type Literal
 com.hp.hpl.jena.rdf.model.Literal ImplFactory.createLiteral(SourceModel sourceModel, Literal literal)
          Creates a Jena literal for a SSWAPLiteral
 

Constructors in info.sswap.impl.empire.model with parameters of type Literal
Literal(Literal other)
          A copy constructor for a literal
 



Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.