Uses of Class
info.sswap.http.representation.Imports

Packages that use Imports
info.sswap.http.representation   
info.sswap.http.representation.json   
 

Uses of Imports in info.sswap.http.representation
 

Fields in info.sswap.http.representation declared as Imports
private  Imports Message.imports
          The information about ontologies that should be imported.
 

Methods in info.sswap.http.representation that return Imports
 Imports Message.getImports()
           
 

Methods in info.sswap.http.representation with parameters of type Imports
 void Message.setImports(Imports imports)
           
 

Constructors in info.sswap.http.representation with parameters of type Imports
EntityMessage(Prefixes prefixes, Imports imports)
          Creates a message containing only the defnition of namespace prefixes and imports
EntityMessage(Prefixes prefixes, Imports imports, Entity entity)
          Creates a message containing information about imports, namespace prefixes and the entity contained within the message
EntityMessage(Prefixes prefixes, Imports imports, Entity entity, java.util.Map<java.lang.String,Entity> individuals)
           
Message(Prefixes prefixes, Imports imports)
          Creates a new message with the specified prefixes and imports.
PDGMessage(Prefixes prefixes, Imports imports)
          Creates a PDGMessage with the specified prefix and import information.
ProtocolMessage(Prefixes prefixes, Imports imports)
          Creates an object just with prefix and imports declarations
ProtocolMessage(Prefixes prefixes, Imports imports, Entity resource, java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> subjectObjectMap)
          Creates an object with all data read from the input
 

Uses of Imports in info.sswap.http.representation.json
 

Methods in info.sswap.http.representation.json that return Imports
static Imports JsonImportFactory.buildImports(org.json.JSONArray array, Prefixes prefixes)
          Builds Imports object from a JSON Array
static Imports JsonImportFactory.buildImports(java.lang.String string, Prefixes prefixes)
          Builds Imports object from a JSON Array
static Imports JsonImportFactory.extractImports(org.json.JSONObject containingObject, Prefixes prefixes)
          Extracts imports information from a JSON object.
 



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