|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSWAPResource | |
---|---|
info.sswap.api.model | Main package for SSWAP API |
info.sswap.api.spi | Run-time API provider for interface implementation |
Uses of SSWAPResource in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return SSWAPResource | |
---|---|
SSWAPResource |
SSWAPNode.asSSWAPResource()
Type-safe cast to SSWAPResource. |
static SSWAPResource |
SSWAP.createResource(java.net.URI resourceURI)
Gets a SSWAPResource that is defined in the RDG that exists at the specified URI (the resource should have the same URI as the RDG). |
SSWAPResource |
SSWAPGraph.getResource()
Gets the resource to which this graph belongs |
SSWAPResource |
SSWAPProtocol.getResource()
Gets the SSWAPResource in the file |
SSWAPResource |
RIG.getTranslatedResource()
Returns a read-only copy of the SSWAPResource with
properties and types of this RIG translated into the
vocabulary of the RDG . |
Methods in info.sswap.api.model that return types with arguments of type SSWAPResource | |
---|---|
java.util.Collection<SSWAPResource> |
SSWAPProvider.getProvidesResources()
Gets the information about all the resources provided by this provider. |
Methods in info.sswap.api.model with parameters of type SSWAPResource | |
---|---|
void |
SSWAPProvider.addProvidesResource(SSWAPResource resource)
Adds a resource that is provided by this provider to the list. |
Method parameters in info.sswap.api.model with type arguments of type SSWAPResource | |
---|---|
void |
SSWAPProvider.setProvidesResource(java.util.Collection<SSWAPResource> resources)
Sets the information about all the resources provided by this provider. |
Uses of SSWAPResource in info.sswap.api.spi |
---|
Methods in info.sswap.api.spi that return SSWAPResource | |
---|---|
SSWAPResource |
APIProvider.createResource(java.net.URI uri)
Gets an undereferenced SSWAPResource implementation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |