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

Packages that use Mapping
info.sswap.http.representation   
info.sswap.http.representation.json   
info.sswap.http.rest   
 

Uses of Mapping in info.sswap.http.representation
 

Fields in info.sswap.http.representation with type parameters of type Mapping
private  java.util.Collection<Mapping> ProtocolMessage.mappings
           
 

Methods in info.sswap.http.representation that return types with arguments of type Mapping
 java.util.Collection<Mapping> ProtocolMessage.getMappings()
           
 

Method parameters in info.sswap.http.representation with type arguments of type Mapping
 void ProtocolMessage.setMappings(java.util.Collection<Mapping> mappings)
           
 

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

Methods in info.sswap.http.representation.json that return Mapping
static Mapping JsonMappingFactory.buildMapping(org.json.JSONObject jsonObject, Prefixes prefixes)
          Builds a mapping from the Json representation.
 

Methods in info.sswap.http.representation.json that return types with arguments of type Mapping
static java.util.Collection<Mapping> JsonMappingFactory.buildMappings(org.json.JSONArray jsonArray, Prefixes prefixes)
          Builds a mapping from the Json representation.
 

Uses of Mapping in info.sswap.http.rest
 

Methods in info.sswap.http.rest with parameters of type Mapping
private  info.sswap.api.model.SSWAPGraph MakeRQG.makeMapping(info.sswap.api.model.RQG rqg, java.util.Map<java.lang.String,Entity> individuals, Mapping mapping)
           
private  info.sswap.api.model.SSWAPGraph ProtocolFactory.makeMapping(info.sswap.api.model.SSWAPProtocol protocol, java.util.Map<java.lang.String,Entity> individuals, Mapping mapping)
           
 

Method parameters in info.sswap.http.rest with type arguments of type Mapping
private  boolean ProtocolFactory.isUsedAsObject(java.lang.String identifier, java.util.Collection<Mapping> mappings)
           
private  boolean ProtocolFactory.isUsedAsSubject(java.lang.String identifier, java.util.Collection<Mapping> mappings)
           
 



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