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

Packages that use SSWAPModel
info.sswap.api.model Main package for SSWAP API 
info.sswap.api.spi Run-time API provider for interface implementation 
 

Uses of SSWAPModel in info.sswap.api.model
 

Subinterfaces of SSWAPModel in info.sswap.api.model
 interface PDG
          A Provider Description Graph (PDG) describes a SSWAP semantic web service Provider.
 interface RDG
          A Resource Description Graph (RDG) describes a SSWAP semantic web service.
 interface RIG
          A Resource Invocation Graph (RIG) is for invocation of a SSWAP semantic web service.
 interface RQG
          A Resource Query Graph (RQG) is a specialized query sent to a Discovery Server in request of all SSWAP semantic web services (RDGs) that satisfy the query.
 interface RRG
          A Resource Response Graph (RRG) is the return result of a SSWAP semantic web service.
 interface SSWAPDatatype
          Represents a datatype definition.
 interface SSWAPDocument
          Represents a document in SSWAP that holds RDF content, such as may be hosted on the web (e.g., an RDG).
 interface SSWAPElement
          Represents a basic element in a SSWAPDocument.
 interface SSWAPGraph
          A SSWAP Graph of a SSWAP Resource.
 interface SSWAPIndividual
          Represents an individual in SSWAP, which corresponds to an RDF resource (a URI or blank node).
 interface SSWAPList
          A list of SSWAP elements.
 interface SSWAPLiteral
          Represents a literal value in SSWAP.
 interface SSWAPNode
          SSWAPNodes are special individuals in SSWAP protocol, and they are handled specially.
 interface SSWAPObject
          Object of SSWAP Graph.
 interface SSWAPPredicate
          Represents an RDF predicate in SSWAP.
 interface SSWAPProperty
          A SSWAPProperty is a specific instance of a SSWAPPredicate with an assigned value, associated with a SSWAPIndividual.
 interface SSWAPProtocol
          Common interface for all protocol graphs (RDG, RIG, RRG, etc.).
 interface SSWAPProvider
          Describes a provider in SSWAP.
 interface SSWAPResource
          Describes a resource (a service) in SSWAP.
 interface SSWAPSubject
          Subject of a SSWAP Graph.
 interface SSWAPType
          Represents a type of an individual in SSWAP.
 

Methods in info.sswap.api.model with parameters of type SSWAPModel
 void ReasoningService.addModel(SSWAPModel model)
          Adds another model (as a sub-model) whose contents are to be taken into account when reasoning.
 void ReasoningService.removeModel(SSWAPModel model)
          Removes a previously added submodel (via addModel(Model)).
 

Uses of SSWAPModel in info.sswap.api.spi
 

Methods in info.sswap.api.spi with parameters of type SSWAPModel
 com.hp.hpl.jena.rdf.model.Model APIProvider.asJenaModel(SSWAPModel model)
          Returns the representation of the given SSWAPModel using Jena interface
static com.hp.hpl.jena.rdf.model.Model ExtensionAPI.asJenaModel(SSWAPModel model)
          Returns the representation of the given SSWAPModel using Jena interface
 void APIProvider.setMaxClosureBytes(SSWAPModel model, long byteLimit)
          Sets a model-specific byte limit to retrieve the closure
static void ExtensionAPI.setMaxClosureBytes(SSWAPModel model, long byteLimit)
          Sets a model-specific byte limit to retrieve the closure
 void APIProvider.setMaxClosureThreads(SSWAPModel model, int threads)
          Sets a model-specific limit on the number of threads used to retrieve the closure
static void ExtensionAPI.setMaxClosureThreads(SSWAPModel model, int threads)
          Sets a model-specific limit on the number of threads used to retrieve the closure
 void APIProvider.setMaxClosureTime(SSWAPModel model, long timeLimit)
          Sets a model-specific time limit to retrieve the closure
static void ExtensionAPI.setMaxClosureTime(SSWAPModel model, long timeLimit)
          Sets a model-specific time limit to retrieve the closure
 



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