A B C D E F G H I J K L M N O P Q R S T U V W X

P

Pair<K,V> - Interface in info.sswap.api.model
A convenience type for a pair of two elements
parse(InputStream) - Method in interface info.sswap.ontologies.data.api.Parser
Method acts as a filter: it is passed an input stream and should return a input stream of parsed data suitable for immediate reading.
parse(InputStream) - Method in class info.sswap.ontologies.data.impl.AbstractData
Default implementation just passes inputStream untouched.
parse(InputStream) - Method in class info.sswap.ontologies.data.impl.AttachmentImpl
Uses the default base64 parser if and only if there is a data:hasParser property with the default value (Base64Parser.uri).
parse(InputStream) - Method in class info.sswap.ontologies.data.impl.Base64Parser
 
parseMIMETypeList(String) - Static method in class info.sswap.api.servlet.AbstractSSWAPServlet
Parses a list of MIME types, as they occur in the Accept header; for example: text/xml, text/plain; q=0.8, text/html; q=0.7, text/ *; q=0.3, * /*; q=0.1
Parser - Interface in info.sswap.ontologies.data.api
Interface to web resources that parse a web data source.
ParserException - Exception in info.sswap.ontologies.data.api
Parser-specific exceptions.
ParserException() - Constructor for exception info.sswap.ontologies.data.api.ParserException
Creates a new exception
ParserException(String) - Constructor for exception info.sswap.ontologies.data.api.ParserException
Creates a new exception with the specified message
ParserException(Throwable) - Constructor for exception info.sswap.ontologies.data.api.ParserException
Creates a new exception with the specified underlying cause
ParserException(String, Throwable) - Constructor for exception info.sswap.ontologies.data.api.ParserException
Creates a new exception with the specified message and the underlying cause
partitionModel(Model, String, boolean) - Static method in class info.sswap.impl.empire.model.ModelUtils
Extracts from the original Jena Model facts that relate only to the specified individual.
partitionParameters(ParameterList) - Method in class info.sswap.api.servlet.AbstractSSWAPServlet
Partition the parameter list by removing (and returning a list of) those parameters that will apply to the only the SSWAPResource.
passwd - Variable in class info.sswap.ontologies.data.impl.HTTPBasicAuthImpl
 
PDG - Interface in info.sswap.api.model
A Provider Description Graph (PDG) describes a SSWAP semantic web service Provider.
PDGImpl - Class in info.sswap.impl.empire.model
Implementation of PDG.
PDGImpl() - Constructor for class info.sswap.impl.empire.model.PDGImpl
 
persist() - Method in class info.sswap.impl.empire.model.EmpireGeneratedNodeImpl
 
persist() - Method in class info.sswap.impl.empire.model.IndividualImpl
Synchronizes the information stored in this individual to the underlying data source.
persist() - Method in class info.sswap.impl.empire.model.ModelImpl
Writes back the changes to the underlying RDF graph.
persist() - Method in class info.sswap.impl.empire.model.SourceModelImpl
Writes back any changes to the entity manager and underlying model
POLLING_INTERVAL_HEADER - Static variable in class info.sswap.api.servlet.CacheHandler
The name of the HTTP field in the response to the polling request that should contain the suggested polling interval (in milliseconds)
positiveInteger - Static variable in interface info.sswap.api.model.SSWAPDatatype.XSD
xsd:positiveInteger
positiveUriQueue - Variable in class info.sswap.impl.empire.io.ModelCache
The queue of URIs in the order they were added (new caches are always added at the end, and the expired caches are removed from the front).
PredicateImpl - Class in info.sswap.impl.empire.model
Implementation of SSWAPPredicate.
PredicateImpl(SourceModel, URI) - Constructor for class info.sswap.impl.empire.model.PredicateImpl
Creates a property definition.
predicateImpls - Variable in class info.sswap.impl.empire.model.SourceModelImpl
 
predicates - Variable in class info.sswap.impl.empire.model.RDFTSVWriter.DataStructure
 
prefixMapping - Variable in class info.sswap.impl.empire.model.RDFCSVWriter.NameMapper
Deprecated.  
prefixMapping - Variable in class info.sswap.impl.empire.model.RDFTSVWriter.NameMapper
 
PRETTY_TYPES - Static variable in class info.sswap.impl.empire.model.ModelUtils
Constant for name of types that will be passed as "prettyTypes" to Jena.
processUnions(SSWAPIndividual, Input, List<URI>) - Method in class info.sswap.api.input.io.SSWAPIndividualDeserializer
 
PROFILE_DESCRIPTION_GENERATOR - Static variable in class info.sswap.impl.empire.model.ExpressivityChecker
 
profileMap - Variable in class info.sswap.impl.empire.model.ExpressivityChecker
A mapping between SSWAP expressivities to OWLAPI OWLProfiles
properties - Variable in class info.sswap.api.input.InputValidator
 
properties - Variable in class info.sswap.api.model.Config
Actual property values.
properties - Variable in class info.sswap.impl.empire.model.IndividualImpl
The list of all visible SSWAPProperties of this individual.
property - Variable in class info.sswap.api.input.impl.PropertyInputImpl
 
PROPERTY - Static variable in class info.sswap.api.input.io.JSONConstants
 
PropertyImpl - Class in info.sswap.impl.empire.model
Implementation of SSWAPProperty
PropertyImpl(SSWAPIndividual, Property) - Constructor for class info.sswap.impl.empire.model.PropertyImpl
Initializes the SSWAPProperty based on the information from a Jena Property (the predicate between SSWAPIndividual and the value).
propertyInformation - Variable in class info.sswap.impl.empire.model.ReasoningServiceImpl
A cache for property information so that we do not have repeatedly query the reasoner while validating values.
propertyInput - Variable in class info.sswap.api.input.impl.AbstractInput
 
PropertyInput - Interface in info.sswap.api.input
 
PropertyInputImpl - Class in info.sswap.api.input.impl
 
PropertyInputImpl(URI) - Constructor for class info.sswap.api.input.impl.PropertyInputImpl
 
propertyInputs(List<Input>, URI) - Method in class info.sswap.api.input.io.SSWAPDeserializer
 
ProtocolImpl - Class in info.sswap.impl.empire.model
 
ProtocolImpl() - Constructor for class info.sswap.impl.empire.model.ProtocolImpl
 
ProtocolImpl.DefaultMappingValidator<T extends SSWAPNode> - Class in info.sswap.impl.empire.model
 
ProtocolImpl.DefaultMappingValidator() - Constructor for class info.sswap.impl.empire.model.ProtocolImpl.DefaultMappingValidator
 
ProtocolImpl.DefaultMappingValidator(ProtocolImpl.MappingValidator.MappingType) - Constructor for class info.sswap.impl.empire.model.ProtocolImpl.DefaultMappingValidator
 
ProtocolImpl.MappingValidator<T> - Interface in info.sswap.impl.empire.model
Performs a check whether an individual from ProtocolGraph can correspond to another individual from RDG.
ProtocolImpl.MappingValidator.MappingType - Enum in info.sswap.impl.empire.model
 
ProtocolImpl.MappingValidator.MappingType() - Constructor for enum info.sswap.impl.empire.model.ProtocolImpl.MappingValidator.MappingType
 
PROVIDED_BY - Static variable in class info.sswap.impl.empire.Vocabulary
 
provider - Variable in class info.sswap.impl.empire.model.PDGImpl
 
ProviderImpl - Class in info.sswap.impl.empire.model
Record describing a Provider in SSWAP.
ProviderImpl() - Constructor for class info.sswap.impl.empire.model.ProviderImpl
 
PROVIDES_RESOURCE - Static variable in class info.sswap.impl.empire.Vocabulary
 
PROXY_SERVICE_URL_PARAM - Static variable in class info.sswap.api.servlet.LegacyServiceWrapperServlet
 
proxyServiceURL - Variable in class info.sswap.api.servlet.LegacyServiceWrapperServlet
 
publicPath - Static variable in class info.sswap.ontologies.exec.impl.HotboxPollerImpl
 
publishRRG(String, RRG) - Method in class info.sswap.api.servlet.AbstractSSWAPServlet
Publishes an RRG (so that it can be retrieved by the caller in the asynchronous invocation protocol).

A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.