info.sswap.http.representation
Class PDGMessage

java.lang.Object
  extended by info.sswap.http.representation.Message
      extended by info.sswap.http.representation.EntityMessage
          extended by info.sswap.http.representation.PDGMessage

public class PDGMessage
extends EntityMessage

Intermediate representation for the input describing a PDG.

Author:
Blazej Bulka

Constructor Summary
PDGMessage()
          Creates an empty PDGMessage.
PDGMessage(Prefixes prefixes, Imports imports)
          Creates a PDGMessage with the specified prefix and import information.
 
Method Summary
 Entity getProvider()
          Gets the information about SSWAP Provider described in this PDG.
 void setProvider(Entity provider)
          Sets the information about SSWAP Provider.
 
Methods inherited from class info.sswap.http.representation.EntityMessage
getEntity, getIndividual, getIndividuals, setEntity, setIndividuals
 
Methods inherited from class info.sswap.http.representation.Message
getImports, getPrefixes, setImports, setPrefixes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDGMessage

public PDGMessage()
Creates an empty PDGMessage.


PDGMessage

public PDGMessage(Prefixes prefixes,
                  Imports imports)
Creates a PDGMessage with the specified prefix and import information.

Parameters:
prefixes - the prefix information
imports - the imports information
Method Detail

getProvider

public Entity getProvider()
Gets the information about SSWAP Provider described in this PDG.

Returns:
an object with information about SSWAP Provider

setProvider

public void setProvider(Entity provider)
Sets the information about SSWAP Provider.

Parameters:
provider - the provider information


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