Uses of Interface
info.sswap.api.model.SSWAPSubject

Packages that use SSWAPSubject
info.sswap.api.model Main package for SSWAP API 
info.sswap.api.servlet Servlet support to engage automatic semantic mappings and reasoning 
 

Uses of SSWAPSubject in info.sswap.api.model
 

Methods in info.sswap.api.model that return SSWAPSubject
 SSWAPSubject SSWAPNode.asSSWAPSubject()
          Type-safe cast to SSWAPSubject.
 SSWAPSubject SSWAPProtocol.createSubject()
          Creates an anonymous object (blank node) subject that will be associated with this SSWAPModel.
 SSWAPSubject SSWAPProtocol.createSubject(java.net.URI uri)
          Creates a subject of the resource URI that will be associated with this SSWAPModel.
 SSWAPSubject SSWAPGraph.getSubject()
          Gets the subject of the graph.
 SSWAPSubject SSWAPObject.getSubject()
          Gets the subject that maps onto this object.
 

Methods in info.sswap.api.model that return types with arguments of type SSWAPSubject
 java.util.Map<SSWAPGraph,java.util.Collection<SSWAPSubject>> SSWAPProtocol.getMappings()
          Gets a map from SSWAPGraphs to SSWAPSubjects
 java.util.Collection<SSWAPSubject> SSWAPGraph.getSubjects()
          Gets all the subjects of the graph.
 java.util.Collection<SSWAPSubject> SSWAPObject.getSubjects()
          Gets all the subjects that map onto this object.
 java.util.Collection<SSWAPSubject> RIG.getTranslatedSubjects()
          Returns a read-only copy of the SSWAPSubject from all matching SSWAPGraphs with properties and types of this RIG translated into the vocabulary of the RDG.
 

Methods in info.sswap.api.model with parameters of type SSWAPSubject
 void SSWAPGraph.setSubject(SSWAPSubject subject)
          Sets the subject of the graph.
 

Method parameters in info.sswap.api.model with type arguments of type SSWAPSubject
 void SSWAPGraph.setSubjects(java.util.Collection<SSWAPSubject> subjects)
          Sets the subjects of the graph.
 

Uses of SSWAPSubject in info.sswap.api.servlet
 

Methods in info.sswap.api.servlet with parameters of type SSWAPSubject
 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.
protected abstract  void MapsTo.mapsTo(SSWAPSubject translatedSubject)
          Define this method to perform the mapping from the translated subject to its objects.
 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.
 



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