|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSWAPIndividual | |
---|---|
info.sswap.api.model | Main package for SSWAP API |
info.sswap.api.spi | Run-time API provider for interface implementation |
info.sswap.ontologies.data.api | Data Ontology API |
Uses of SSWAPIndividual in info.sswap.api.model |
---|
Subinterfaces of SSWAPIndividual in info.sswap.api.model | |
---|---|
interface |
SSWAPGraph
A SSWAP Graph of a SSWAP Resource. |
interface |
SSWAPNode
SSWAPNodes are special individuals in SSWAP protocol, and they are handled specially. |
interface |
SSWAPObject
Object of SSWAP Graph. |
interface |
SSWAPProvider
Describes a provider in SSWAP. |
interface |
SSWAPResource
Describes a resource (a service) in SSWAP. |
interface |
SSWAPSubject
Subject of a SSWAP Graph. |
Methods in info.sswap.api.model with type parameters of type SSWAPIndividual | ||
---|---|---|
|
SSWAPDocument.newIndividual(T sourceIndividual)
Creates a new, anonymous individual, and populates it with data from the sourceIndividual (essentially clones the source individual). |
|
|
SSWAPDocument.newIndividual(T sourceIndividual,
java.net.URI targetURI)
Copies the data from the sourceIndividual into the
individual whose URI is passed as targetURI . |
Methods in info.sswap.api.model that return SSWAPIndividual | |
---|---|
SSWAPIndividual |
SSWAPElement.asIndividual()
Type-safe cast of this element to a SSWAPIndividual. |
SSWAPIndividual |
SSWAPDocument.createIndividual()
Creates an anonymous SSWAPIndividual (blank node). |
SSWAPIndividual |
SSWAPDocument.createIndividual(java.net.URI uri)
Creates a SSWAPIndividual representation of a specific resource (URI). |
SSWAPIndividual |
SSWAPProperty.getIndividual()
Gets the individual for which this property is assigned. |
SSWAPIndividual |
SSWAPIndividual.getInferredIndividual()
Retrieves an inferred view (a copy) of the individual. |
Methods in info.sswap.api.model with parameters of type SSWAPIndividual | |
---|---|
SSWAPProperty |
SSWAPIndividual.addProperty(SSWAPPredicate predicate,
SSWAPIndividual individual)
Adds a property to this individual with the specified individual as the value. |
SSWAPProperty |
SSWAPIndividual.setProperty(SSWAPPredicate predicate,
SSWAPIndividual individual)
Sets the value of the property to the individual. |
Uses of SSWAPIndividual in info.sswap.api.spi |
---|
Methods in info.sswap.api.spi with parameters of type SSWAPIndividual | |
---|---|
java.util.Collection<java.lang.String> |
APIProvider.getInferredTypeURIs(SSWAPIndividual individual)
|
static java.util.Collection<java.lang.String> |
ExtensionAPI.getInferredTypeURIs(SSWAPIndividual individual)
|
Uses of SSWAPIndividual in info.sswap.ontologies.data.api |
---|
Methods in info.sswap.ontologies.data.api that return SSWAPIndividual | |
---|---|
SSWAPIndividual |
Data.getIndividual()
|
SSWAPIndividual |
Directory.getIndividual()
The individual subject for the data:hasData statements. |
Methods in info.sswap.ontologies.data.api with parameters of type SSWAPIndividual | |
---|---|
static Data |
DataFactory.Data(SSWAPIndividual sswapIndividual)
Open with automatic support for literal or resource data, including automatic support for base64 encoded attachments. |
static Data |
DataFactory.Data(SSWAPIndividual sswapIndividual,
DataFactory.Open state)
Open with automatic support for base64 encoded attachments. |
static Data |
DataFactory.Data(SSWAPIndividual sswapIndividual,
DataFactory.Open state,
java.lang.String username,
java.lang.String passwd)
Open with automatic support for base64 encoded attachments or HTTP Basic Authentication. |
static Directory |
DataFactory.Directory(SSWAPIndividual sswapIndividual)
Create a new Directory from the subject individual. |
static Data |
DataFactory.RawData(SSWAPIndividual sswapIndividual,
DataFactory.Open state)
Raw data (no base64 encoding or decoding). |
static Data |
DataFactory.RawData(SSWAPIndividual sswapIndividual,
DataFactory.Open state,
java.lang.String username,
java.lang.String passwd)
Raw data (no base64 encoding or decoding) with HTTP Basic Authentication. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |