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

A

AbstractSSWAPServlet - Class in info.sswap.api.servlet
Handles HTTP GETs and POSTs to a SSWAP service point.
AbstractSSWAPServlet() - Constructor for class info.sswap.api.servlet.AbstractSSWAPServlet
 
access(URLConnection) - Method in interface info.sswap.ontologies.data.api.Accessor
Method acts as a filter: it is passed a URLConnection and should return an authenticated URLConnection suitable for immediate reading.
Accessor - Interface in info.sswap.ontologies.data.api
Interface to web resources that assist or enable accessing a web data source or destination (e.g, username and password authentication and authorization).
AccessorException - Exception in info.sswap.ontologies.data.api
Accessor-specific exceptions.
AccessorException() - Constructor for exception info.sswap.ontologies.data.api.AccessorException
Creates a new exception
AccessorException(String) - Constructor for exception info.sswap.ontologies.data.api.AccessorException
Creates a new exception with the specified message
AccessorException(Throwable) - Constructor for exception info.sswap.ontologies.data.api.AccessorException
Creates a new exception with the specified underlying cause
AccessorException(String, Throwable) - Constructor for exception info.sswap.ontologies.data.api.AccessorException
Creates a new exception with the specified message and the underlying cause
addAnnotationPredicate(SSWAPPredicate, SSWAPElement) - Method in interface info.sswap.api.model.SSWAPPredicate
Annotates a predicate with the given annotation predicate.
addAnnotationPredicate(SSWAPPredicate, SSWAPElement) - Method in interface info.sswap.api.model.SSWAPType
Annotates a type with the given annotation predicate.
addComment(String) - Method in interface info.sswap.api.model.SSWAPElement
Adds and rdfs:comment to this type.
addDisjointUnionOf(Collection<SSWAPType>) - Method in interface info.sswap.api.model.SSWAPType
Adds an owl:disjointUnionOf axiom to this type
addDisjointWith(SSWAPType) - Method in interface info.sswap.api.model.SSWAPType
Adds an owl:disjointWith axiom to this type.
addDomain(SSWAPType) - Method in interface info.sswap.api.model.SSWAPPredicate
Adds an rdfs:domain axiom to this predicate
addEquivalentClass(SSWAPType) - Method in interface info.sswap.api.model.SSWAPType
Adds an owl:equivalentClass axiom to this type.
addEquivalentPredicate(SSWAPPredicate) - Method in interface info.sswap.api.model.SSWAPPredicate
Adds an owl:equivalentProperty axiom to this predicate
addImport(URI) - Method in interface info.sswap.api.model.SSWAPModel
Adds an import to the list of OWL imports of this model.
addIntersectionOf(Collection<SSWAPType>) - Method in interface info.sswap.api.model.SSWAPType
Adds an owl:intersectionOf axiom to this type.
addInverseOf(SSWAPPredicate) - Method in interface info.sswap.api.model.SSWAPPredicate
Adds owl:inverseOf axiom to this predicate
addLabel(String) - Method in interface info.sswap.api.model.SSWAPElement
Adds an rdfs:label statement to this type.
addModel(SSWAPModel) - Method in interface info.sswap.api.model.ReasoningService
Adds another model (as a sub-model) whose contents are to be taken into account when reasoning.
addObject(SSWAPObject) - Method in interface info.sswap.api.model.SSWAPSubject
Adds a new object for this SSWAPSubject (i.e., existing objects are preserved, and the added object is appended).
addOneOf(Collection<SSWAPLiteral>) - Method in interface info.sswap.api.model.SSWAPDatatype
Adds an owl:oneOf axiom to this datatype
addOneOf(Collection<URI>) - Method in interface info.sswap.api.model.SSWAPType
Adds an owl:oneOf axiom to this type
addProperty(SSWAPPredicate, SSWAPIndividual) - Method in interface info.sswap.api.model.SSWAPIndividual
Adds a property to this individual with the specified individual as the value.
addProperty(SSWAPPredicate, String) - Method in interface info.sswap.api.model.SSWAPIndividual
Adds a property to this individual with the specified value.
addProperty(SSWAPPredicate, String, URI) - Method in interface info.sswap.api.model.SSWAPIndividual
Adds a property to this individual with the specified literal value with the specified datatype.
addProperty(SSWAPPredicate, SSWAPLiteral) - Method in interface info.sswap.api.model.SSWAPIndividual
Adds a property to this individual with the specified literal value
addProvidesResource(SSWAPResource) - Method in interface info.sswap.api.model.SSWAPProvider
Adds a resource that is provided by this provider to the list.
addRange(SSWAPType) - Method in interface info.sswap.api.model.SSWAPPredicate
Adds an rdfs:range axiom to this predicate
addRange(SSWAPDatatype) - Method in interface info.sswap.api.model.SSWAPPredicate
Adds an rdfs:range axiom to this predicate
addRestrictionAllValuesFrom(SSWAPPredicate, SSWAPType) - Method in interface info.sswap.api.model.SSWAPType
Adds an owl:allValuesFrom restriction to this type on the specified predicate
addRestrictionCardinality(SSWAPPredicate, int) - Method in interface info.sswap.api.model.SSWAPType
Adds a cardinality restriction to this type on the specified predicate.
addRestrictionHasSelf(SSWAPPredicate, boolean) - Method in interface info.sswap.api.model.SSWAPType
Adds an owl:hasSelf restriction to this type on the specified predicate
addRestrictionHasValue(SSWAPPredicate, SSWAPElement) - Method in interface info.sswap.api.model.SSWAPType
Adds an owl:hasValue restriction to this type on the specified predicate
addRestrictionMaxCardinality(SSWAPPredicate, int) - Method in interface info.sswap.api.model.SSWAPType
Adds a max cardinality restriction to this type on the specified predicate.
addRestrictionMinCardinality(SSWAPPredicate, int) - Method in interface info.sswap.api.model.SSWAPType
Adds a min cardinality restriction to this type on the specified predicate.
addRestrictionSomeValuesFrom(SSWAPPredicate, SSWAPType) - Method in interface info.sswap.api.model.SSWAPType
Adds an owl:someValuesFrom restriction to this type on the specified predicate
addSubClassOf(SSWAPType) - Method in interface info.sswap.api.model.SSWAPType
Adds an rdfs:subClassOf axiom to this type.
addSubPredicateOf(SSWAPPredicate) - Method in interface info.sswap.api.model.SSWAPPredicate
Adds an rdfs:subPropertyOf axiom to this type
addType(SSWAPType) - Method in interface info.sswap.api.model.SSWAPIndividual
Adds a new declared type to the individual
addType(SSWAPType) - Method in interface info.sswap.api.model.SSWAPPredicate
Adds the type information to this property (i.e., whether this is a DatatypeProperty, an ObjectProperty, FunctionalProperty, InverseProperty etc.)
addUnionOf(Collection<SSWAPType>) - Method in interface info.sswap.api.model.SSWAPType
Adds an owl:unionOf axiom to this type
anyURI - Static variable in interface info.sswap.api.model.SSWAPDatatype.XSD
xsd:anyURI
APIProvider - Interface in info.sswap.api.spi
The interface implemented by the providers of the API.
ArgumentTooLongException - Exception in info.sswap.ontologies.exec.api
Exception class for a user argument as parsed from exec:args predicate exceeding a pre-set maximum length.
ArgumentTooLongException() - Constructor for exception info.sswap.ontologies.exec.api.ArgumentTooLongException
Creates a new exception
ArgumentTooLongException(String) - Constructor for exception info.sswap.ontologies.exec.api.ArgumentTooLongException
Creates a new exception with the specified message
ArgumentTooLongException(Throwable) - Constructor for exception info.sswap.ontologies.exec.api.ArgumentTooLongException
Creates a new exception with the specified underlying cause
ArgumentTooLongException(String, Throwable) - Constructor for exception info.sswap.ontologies.exec.api.ArgumentTooLongException
Creates a new exception with the specified message and the underlying cause
asBoolean() - Method in interface info.sswap.api.model.SSWAPElement
Type-safe case of this element to a boolean.
asDouble() - Method in interface info.sswap.api.model.SSWAPElement
Type-safe cast of this element to a double.
asIndividual() - Method in interface info.sswap.api.model.SSWAPElement
Type-safe cast of this element to a SSWAPIndividual.
asInteger() - Method in interface info.sswap.api.model.SSWAPElement
Type-safe cast of this element to an integer.
asJenaModel(SSWAPModel) - Method in interface info.sswap.api.spi.APIProvider
Returns the representation of the given SSWAPModel using Jena interface
asJenaModel(SSWAPModel) - Static method in class info.sswap.api.spi.ExtensionAPI
Returns the representation of the given SSWAPModel using Jena interface
asList() - Method in interface info.sswap.api.model.SSWAPElement
Type-safe cast of this element to a list.
asLiteral() - Method in interface info.sswap.api.model.SSWAPElement
Type-safe cast of this element to SSWAPLiteral.
assignObject(SSWAPSubject) - Method in class info.sswap.api.servlet.MapsTo
A convenience method for MapsTo.assignObject(SSWAPSubject, URI) for an anonymous sswapObject (URI == null).
assignObject(SSWAPSubject, URI) - Method in class info.sswap.api.servlet.MapsTo
An efficient manner to create a new URI SSWAPObject and schedule it for adding to the translatedSubject.
asSSWAPGraph() - Method in interface info.sswap.api.model.SSWAPNode
Type-safe cast to SSWAPGraph.
asSSWAPObject() - Method in interface info.sswap.api.model.SSWAPNode
Type-safe cast to SSWAPObject.
asSSWAPProvider() - Method in interface info.sswap.api.model.SSWAPNode
Type-safe cast to SSWAPProvider.
asSSWAPResource() - Method in interface info.sswap.api.model.SSWAPNode
Type-safe cast to SSWAPResource.
asSSWAPSubject() - Method in interface info.sswap.api.model.SSWAPNode
Type-safe cast to SSWAPSubject.
asString() - Method in interface info.sswap.api.model.SSWAPElement
Type-safe cast of this element to a String.

A B C D E F G H I 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.