Uses of Class
info.sswap.api.model.RDFRepresentation

Packages that use RDFRepresentation
info.sswap.api.model Main package for SSWAP API 
info.sswap.impl.empire.model   
 

Uses of RDFRepresentation in info.sswap.api.model
 

Methods in info.sswap.api.model that return RDFRepresentation
static RDFRepresentation RDFRepresentation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RDFRepresentation[] RDFRepresentation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.sswap.api.model with parameters of type RDFRepresentation
 void SSWAPModel.serialize(java.io.OutputStream os, RDFRepresentation representation, boolean commentedOutput)
          Serializes the contents of this object to the specified stream.
 

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

Methods in info.sswap.impl.empire.model with parameters of type RDFRepresentation
 void ModelImpl.serialize(java.io.OutputStream os, RDFRepresentation representation, boolean commentedOutput)
           
 void ProtocolImpl.serialize(java.io.OutputStream os, RDFRepresentation rdfRepresentation, boolean commentedOutput)
           
 void SourceModel.serialize(java.io.OutputStream os, RDFRepresentation representation, boolean commentedOutput)
          Serializes the contents of this object to the specified stream.
 void SourceModelImpl.serialize(java.io.OutputStream os, RDFRepresentation rdfRepresentation, boolean commentedOutput)
           
 void TypeImpl.serialize(java.io.OutputStream os, RDFRepresentation representation, boolean commentedOutput)
           
static void ModelUtils.serializeModel(com.hp.hpl.jena.rdf.model.Model model, java.io.OutputStream os, RDFRepresentation rdfRepresentation, boolean commentedOutput)
          Serializes a Jena model into the output stream in the specified RDF representation.
 



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