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

Packages that use SSWAPNode
info.sswap.api.model Main package for SSWAP API 
info.sswap.api.servlet Servlet support to engage automatic semantic mappings and reasoning 
info.sswap.api.spi Run-time API provider for interface implementation 
info.sswap.impl.empire   
info.sswap.impl.empire.model   
info.sswap.ontologies.exec.impl Exec Ontology Implementation 
 

Uses of SSWAPNode in info.sswap.api.model
 

Subinterfaces of SSWAPNode in info.sswap.api.model
 interface SSWAPGraph
          A SSWAP Graph of a SSWAP Resource.
 interface SSWAPObject
          Object of SSWAP Graph.
 interface SSWAPProvider
          Describes a provider in SSWAP.
 interface SSWAPResource
          Describes a resource (a service) in SSWAP.
 interface SSWAPSubject
          Subject of a SSWAP Graph.
 

Methods in info.sswap.api.model with type parameters of type SSWAPNode
<T extends SSWAPNode>
T
RIG.translate(T node)
          Translates a SSWAPNode in this RIG to the vocabulary used by the RDG (the translation only makes sense for SSWAPResources and SSWAPSubjects; for all others the nodes are returned unmodified).
 

Uses of SSWAPNode in info.sswap.api.servlet
 

Methods in info.sswap.api.servlet with parameters of type SSWAPNode
private  void AbstractSSWAPServlet.resolveProperties(RIG rig, SSWAPNode sswapNode, com.clarkparsia.utils.web.ParameterList resolvedQNameMap)
          Removes all properties from sswapNode and adds back only those properties (parameters) from resolvedQNameMap that are ObjectProperties or DatatypeProperties
 

Uses of SSWAPNode in info.sswap.api.spi
 

Methods in info.sswap.api.spi with type parameters of type SSWAPNode
<T extends SSWAPNode>
T
APIProvider.getUntranslatedNode(T translatedNode)
           
static
<T extends SSWAPNode>
T
ExtensionAPI.getUntranslatedNode(T translatedNode)
          Return the source node (SSWAPResource or SSWAPSubject) from which the translatedNode was derived.
 

Uses of SSWAPNode in info.sswap.impl.empire
 

Methods in info.sswap.impl.empire with type parameters of type SSWAPNode
<T extends SSWAPNode>
T
APIProviderImpl.getUntranslatedNode(T translatedNode)
           
 

Uses of SSWAPNode in info.sswap.impl.empire.model
 

Classes in info.sswap.impl.empire.model with type parameters of type SSWAPNode
 class ProtocolImpl.DefaultMappingValidator<T extends SSWAPNode>
           
 

Classes in info.sswap.impl.empire.model that implement SSWAPNode
 class EmpireGeneratedNodeImpl
          An abstract class containing methods common to all Empire-generated SSWAPIndividuals.
 class GraphImpl
          Partial implementation of SSWAP Graph (the remaining abstract methods are automatically generated by Empire in the run-time).
 class NodeImpl
          Implementation of SSWAPNode (a SSWAP entity that requires special handling in SSWAP protocol)
 class ObjectImpl
          The implementation of SSWAPObject.
 class ProviderImpl
          Record describing a Provider in SSWAP.
 class ResourceImpl
          Implementation of SSWAPResource.
 class SubjectImpl
          Implementation of SSWAPSubject.
 class TranslatedSubjectImpl
          Represents a translated subject.
 

Fields in info.sswap.impl.empire.model with type parameters of type SSWAPNode
private  java.util.Map<SSWAPNode,SSWAPNode> RIGImpl.translatedNodes
           
private  java.util.Map<SSWAPNode,SSWAPNode> RIGImpl.translatedNodes
           
private  java.util.Map<SSWAPNode,SSWAPNode> RRGImpl.translatedNodes
           
private  java.util.Map<SSWAPNode,SSWAPNode> RRGImpl.translatedNodes
           
 

Methods in info.sswap.impl.empire.model with type parameters of type SSWAPNode
<T extends SSWAPNode>
boolean
ReasoningServiceImpl.isMappingValid(T protocolIndividual, ProtocolImpl.MappingValidator.MappingType type, T rdgIndividual)
           
<T extends SSWAPNode>
T
RIGImpl.translate(T node)
           
 

Methods in info.sswap.impl.empire.model that return types with arguments of type SSWAPNode
protected  java.util.Map<SSWAPNode,SSWAPNode> ProtocolImpl.getTranslationMap()
          Gets the translation map for implementations of Protocol Graphs that support translation.
protected  java.util.Map<SSWAPNode,SSWAPNode> ProtocolImpl.getTranslationMap()
          Gets the translation map for implementations of Protocol Graphs that support translation.
protected  java.util.Map<SSWAPNode,SSWAPNode> RIGImpl.getTranslationMap()
           
protected  java.util.Map<SSWAPNode,SSWAPNode> RIGImpl.getTranslationMap()
           
protected  java.util.Map<SSWAPNode,SSWAPNode> RRGImpl.getTranslationMap()
           
protected  java.util.Map<SSWAPNode,SSWAPNode> RRGImpl.getTranslationMap()
           
 

Methods in info.sswap.impl.empire.model with parameters of type SSWAPNode
private  aterm.ATermAppl ReasoningServiceImpl.createClassExpression(org.mindswap.pellet.KnowledgeBase kb, SSWAPNode node, boolean assertIndirectValues)
          Creates a class expression from an individual based on asserted types and properties.
 

Uses of SSWAPNode in info.sswap.ontologies.exec.impl
 

Methods in info.sswap.ontologies.exec.impl with parameters of type SSWAPNode
private  java.lang.String ExecImpl.getStrValue(SSWAPNode sswapNode, java.net.URI ontologyPredicate)
          Get a String value from a property.
 



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