|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSWAPObject | |
---|---|
info.sswap.api.model | Main package for SSWAP API |
info.sswap.api.servlet | Servlet support to engage automatic semantic mappings and reasoning |
Uses of SSWAPObject in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return SSWAPObject | |
---|---|
SSWAPObject |
SSWAPNode.asSSWAPObject()
Type-safe cast to SSWAPObject. |
SSWAPObject |
SSWAPProtocol.createObject()
Creates an anonymous object (blank node) that will be associated with this SSWAPModel. |
SSWAPObject |
SSWAPProtocol.createObject(java.net.URI uri)
Creates an object of the resource URI that will be associated with this SSWAPModel. |
SSWAPObject |
SSWAPSubject.getObject()
Gets the object, onto which this subject is mapped. |
Methods in info.sswap.api.model that return types with arguments of type SSWAPObject | |
---|---|
java.util.Collection<SSWAPObject> |
SSWAPSubject.getObjects()
Gets all the objects, onto which this subject is mapped. |
Methods in info.sswap.api.model with parameters of type SSWAPObject | |
---|---|
void |
SSWAPSubject.addObject(SSWAPObject object)
Adds a new object for this SSWAPSubject (i.e., existing objects are preserved, and the added object is appended). |
void |
SSWAPSubject.setObject(SSWAPObject object)
Sets a new SSWAPObject for this SSWAPSubject. |
Method parameters in info.sswap.api.model with type arguments of type SSWAPObject | |
---|---|
void |
SSWAPSubject.setObjects(java.util.Collection<SSWAPObject> objects)
Maps this subject onto the provided collection |
Uses of SSWAPObject in info.sswap.api.servlet |
---|
Fields in info.sswap.api.servlet with type parameters of type SSWAPObject | |
---|---|
protected java.util.Set<SSWAPObject> |
MapsTo.sswapObjects
|
Methods in info.sswap.api.servlet that return SSWAPObject | |
---|---|
SSWAPObject |
MapsTo.assignObject(SSWAPSubject sswapSubject)
A convenience method for MapsTo.assignObject(SSWAPSubject, URI) for an
anonymous sswapObject (URI == null). |
SSWAPObject |
MapsTo.assignObject(SSWAPSubject sswapSubject,
java.net.URI uri)
An efficient manner to create a new URI SSWAPObject and
schedule it for adding to the translatedSubject . |
SSWAPObject |
MapsTo.replaceObject(SSWAPSubject sswapSubject,
SSWAPObject sswapObject,
java.net.URI uri)
If the argument URI is different from the sswapObject URI,
then schedule to MapsTo.assignObject(SSWAPSubject,URI) and
MapsTo.unassignObject(SSWAPSubject,SSWAPObject) . |
SSWAPObject |
MapsTo.replaceObject(SSWAPSubject sswapSubject,
java.net.URI uri,
SSWAPObject sswapObject)
Deprecated. Use MapsTo.replaceObject(SSWAPSubject,SSWAPObject,URI) instead |
Methods in info.sswap.api.servlet with parameters of type SSWAPObject | |
---|---|
SSWAPObject |
MapsTo.replaceObject(SSWAPSubject sswapSubject,
SSWAPObject sswapObject,
java.net.URI uri)
If the argument URI is different from the sswapObject URI,
then schedule to MapsTo.assignObject(SSWAPSubject,URI) and
MapsTo.unassignObject(SSWAPSubject,SSWAPObject) . |
SSWAPObject |
MapsTo.replaceObject(SSWAPSubject sswapSubject,
java.net.URI uri,
SSWAPObject sswapObject)
Deprecated. Use MapsTo.replaceObject(SSWAPSubject,SSWAPObject,URI) instead |
void |
MapsTo.unassignObject(SSWAPSubject sswapSubject,
SSWAPObject sswapObject)
Schedules a sswapObject to be unassigned (removed) from a
mapping to the sswapSubject . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |