|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDG | |
---|---|
info.sswap.api.http | Java API access to HTTP API |
info.sswap.api.model | Main package for SSWAP API |
info.sswap.api.spi | Run-time API provider for interface implementation |
info.sswap.impl.empire | |
info.sswap.impl.empire.model | |
info.sswap.impl.http |
Uses of PDG in info.sswap.api.http |
---|
Methods in info.sswap.api.http that return PDG | |
---|---|
PDG |
HTTPProvider.PDGResponse.getPDG()
Getter method to get the Provider Description Graph ( PDG ) from a successful conversion. |
Uses of PDG in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return PDG | |
---|---|
static PDG |
SSWAP.createPDG(java.net.URI providerURI,
java.lang.String name,
java.lang.String oneLineDescription)
Creates a PDG with the specified values. |
PDG |
SSWAPProvider.getPDG()
Gets the PDG that defines this provider |
static PDG |
SSWAP.getPDG(java.net.URI providerURI)
Creates an object representing an PDG. |
Uses of PDG in info.sswap.api.spi |
---|
Methods in info.sswap.api.spi that return PDG | |
---|---|
PDG |
APIProvider.createPDG(java.net.URI providerURI,
java.lang.String name,
java.lang.String oneLineDescription)
Creates a new PDG (Provider Description Graph). |
PDG |
APIProvider.getPDG(java.net.URI uri)
Gets an undereferenced PDG implementation. |
Uses of PDG in info.sswap.impl.empire |
---|
Methods in info.sswap.impl.empire that return PDG | |
---|---|
PDG |
APIProviderImpl.createPDG(java.net.URI providerURI,
java.lang.String name,
java.lang.String oneLineDescription)
|
PDG |
APIProviderImpl.getPDG(java.net.URI uri)
|
Uses of PDG in info.sswap.impl.empire.model |
---|
Classes in info.sswap.impl.empire.model that implement PDG | |
---|---|
class |
PDGImpl
Implementation of PDG. |
Methods in info.sswap.impl.empire.model that return PDG | |
---|---|
PDG |
ProviderImpl.getPDG()
|
Uses of PDG in info.sswap.impl.http |
---|
Methods in info.sswap.impl.http that return PDG | |
---|---|
PDG |
HTTPAPIImpl.PDGResponse.getPDG()
|
Constructors in info.sswap.impl.http with parameters of type PDG | |
---|---|
HTTPAPIImpl.PDGResponse(PDG pdg,
com.clarkparsia.utils.web.Response response)
Constructor to set the PDG and network response data;
not needed by most users. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |