Uses of Class
net.sourceforge.fluxion.pussycat.util.exceptions.PussycatException

Packages that use PussycatException
net.sourceforge.fluxion.pussycat   
net.sourceforge.fluxion.pussycat.container   
net.sourceforge.fluxion.pussycat.entity   
net.sourceforge.fluxion.pussycat.entity.impl   
net.sourceforge.fluxion.pussycat.manager   
net.sourceforge.fluxion.pussycat.renderlets.impl   
net.sourceforge.fluxion.pussycat.svg   
net.sourceforge.fluxion.pussycat.util   
net.sourceforge.fluxion.pussycat.util.exceptions   
 

Uses of PussycatException in net.sourceforge.fluxion.pussycat
 

Methods in net.sourceforge.fluxion.pussycat that throw PussycatException
 java.net.HttpURLConnection FluxionServiceClient.proxiedURLConnection(java.net.URL url)
           
 

Constructors in net.sourceforge.fluxion.pussycat that throw PussycatException
FluxionServiceClient(java.net.URL serviceURL)
           
 

Uses of PussycatException in net.sourceforge.fluxion.pussycat.container
 

Methods in net.sourceforge.fluxion.pussycat.container that throw PussycatException
 void PussycatRenderletContainer.add(java.lang.String idPrefix, java.lang.String renderletName)
          Adds a new Renderlet of the type matching the given renderletName gives it a change listener and registers it to the nexus.
 Renderlet PussycatRenderletContainer.lookupRenderletByName(java.lang.String renderletName)
           
 

Uses of PussycatException in net.sourceforge.fluxion.pussycat.entity
 

Methods in net.sourceforge.fluxion.pussycat.entity that throw PussycatException
 void RenderableInPussycat.build()
           
 T RenderableOWLEntity.getEntity()
           
 void RenderableOWLEntity.setEntity(T entity)
           
 

Uses of PussycatException in net.sourceforge.fluxion.pussycat.entity.impl
 

Methods in net.sourceforge.fluxion.pussycat.entity.impl that throw PussycatException
 void IndirectClassHierarchyEntity.build()
           
 void PussycatRenderletListEntity.build()
           
 void PussycatClassHierarchyEntity.build()
           
 void PussycatEntityListEntity.build()
           
 void DirectClassHierarchyEntity.build()
           
 void PussycatMarkerEntity.build()
           
 void PussycatLayoutListEntity.build()
           
 void PussycatOntologySummaryEntity.build()
           
 void PussycatResourceViewEntity.build()
           
 org.semanticweb.owl.model.OWLOntology IndirectClassHierarchyEntity.getEntity()
           
 org.semanticweb.owl.model.OWLOntology PussycatClassHierarchyEntity.getEntity()
           
 org.semanticweb.owl.model.OWLOntology PussycatEntityListEntity.getEntity()
           
 org.semanticweb.owl.model.OWLOntology DirectClassHierarchyEntity.getEntity()
           
 org.semanticweb.owl.model.OWLIndividual PussycatMarkerEntity.getEntity()
           
 org.semanticweb.owl.model.OWLOntology PussycatOntologySummaryEntity.getEntity()
           
 org.semanticweb.owl.model.OWLEntity PussycatResourceViewEntity.getEntity()
           
 void PussycatResourceViewEntity.setEntity(org.semanticweb.owl.model.OWLEntity resource)
           
 void PussycatMarkerEntity.setEntity(org.semanticweb.owl.model.OWLIndividual i)
           
 void IndirectClassHierarchyEntity.setEntity(org.semanticweb.owl.model.OWLOntology ontology)
           
 void PussycatClassHierarchyEntity.setEntity(org.semanticweb.owl.model.OWLOntology ontology)
           
 void PussycatEntityListEntity.setEntity(org.semanticweb.owl.model.OWLOntology ontology)
           
 void DirectClassHierarchyEntity.setEntity(org.semanticweb.owl.model.OWLOntology ontology)
           
 void PussycatOntologySummaryEntity.setEntity(org.semanticweb.owl.model.OWLOntology ontology)
           
 

Constructors in net.sourceforge.fluxion.pussycat.entity.impl that throw PussycatException
DirectClassHierarchyEntity(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLClass c)
          Construct a class hierarchy using the supplied class as the active element.
IndirectClassHierarchyEntity(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology)
           
PussycatClassHierarchyEntity(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology)
           
PussycatClassHierarchyEntity(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLClass c)
          Construct a class hierarchy using the supplied class as the active element.
PussycatEntityListEntity(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology)
           
PussycatLayoutListEntity(java.lang.String id, java.lang.String contentId)
           
PussycatMarkerEntity(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLIndividual i, double mapStart, double mapEnd, double mapHeight)
           
PussycatOntologySummaryEntity(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology)
           
PussycatRenderletListEntity(RenderletManager manager, java.lang.String id)
           
PussycatResourceViewEntity(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology, PussycatResourceHistory history, org.semanticweb.owl.model.OWLEntity resource)
           
 

Uses of PussycatException in net.sourceforge.fluxion.pussycat.manager
 

Methods in net.sourceforge.fluxion.pussycat.manager that throw PussycatException
 void PussycatSessionManager.addOntology(java.net.URI physURI)
           
 void PussycatSessionManager.addOntology(java.net.URI physURI, org.semanticweb.owl.model.OWLOntology ontology)
           
 java.net.HttpURLConnection PussycatSessionManager.proxiedURLConnection(java.net.URL url, java.lang.String serverName)
           
 void PussycatRenderletManager.registerSessionManager(PussycatSessionManager psm)
           
 void PussycatSessionManager.setActiveOntology(org.semanticweb.owl.model.OWLOntology ontology)
           
 void PussycatSessionManager.setActiveOntology(java.net.URI physURI)
           
 void PussycatSessionManager.setUserLevel(java.lang.String level)
           
 

Constructors in net.sourceforge.fluxion.pussycat.manager that throw PussycatException
PussycatSessionManager(java.lang.String sessionId)
           
PussycatSessionManager(java.lang.String sessionId, org.semanticweb.owl.model.OWLOntologyManager om)
           
 

Uses of PussycatException in net.sourceforge.fluxion.pussycat.renderlets.impl
 

Methods in net.sourceforge.fluxion.pussycat.renderlets.impl that throw PussycatException
 java.lang.String OntologySummaryRenderlet.render()
           
 java.lang.String RenderletListRenderlet.render()
           
 java.lang.String LoadedOntologyListRenderlet.render()
           
 java.lang.String ResourceViewRenderlet.render()
           
 java.lang.String DirectClassHierarchyRenderlet.render()
           
 java.lang.String DefaultClassHierarchyRenderlet.render()
           
 

Uses of PussycatException in net.sourceforge.fluxion.pussycat.svg
 

Methods in net.sourceforge.fluxion.pussycat.svg that throw PussycatException
 void ConceptGlyph.build()
           
 void VertSVGMap.build()
           
 void ModelMap.build()
           
 void PussycatMappingHitEntity.build()
           
 void SequenceMap.build()
           
 java.lang.String PussycatMap.buildCollapsedMap()
           
 java.lang.String ModelWholeMap.buildExpandedMap()
           
 java.lang.String ModelRegionMap.buildExpandedMap()
           
 java.lang.String ModelMap.buildExpandedMap()
           
 java.lang.String SequenceMap.buildExpandedMap()
           
 java.lang.String PussycatMap.buildExpandedMap()
           
 java.lang.String ModelMap.buildVisibleMarkers(double mapStart, double mapEnd, boolean componentText)
           
 java.lang.String SequenceMap.buildVisibleMarkers(double mapStart, double mapEnd, boolean componentText)
           
 java.lang.String PussycatMap.buildVisibleMarkers(double mapStart, double mapEnd, boolean componentText)
           
 org.semanticweb.owl.model.OWLIndividual ModelMap.getEntity()
           
 org.semanticweb.owl.model.OWLIndividual PussycatMappingHitEntity.getEntity()
           
 org.semanticweb.owl.model.OWLIndividual SequenceMap.getEntity()
           
static PussycatMap SVGUtils.getSVGMapOfType(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLIndividual ind)
           
static java.util.HashSet<MappingHit> MapUtils.integrate(org.mindswap.pellet.owlapi.Reasoner r, org.semanticweb.owl.model.OWLOntology o, PussycatMap source, java.util.Set<PussycatMap> mapset)
           
 void ModelMap.setEntity(org.semanticweb.owl.model.OWLIndividual i)
           
 void PussycatMappingHitEntity.setEntity(org.semanticweb.owl.model.OWLIndividual i)
           
 void SequenceMap.setEntity(org.semanticweb.owl.model.OWLIndividual i)
           
 void ConceptGlyph.setEntity(org.semanticweb.owl.model.OWLNamedObject i)
           
 

Constructors in net.sourceforge.fluxion.pussycat.svg that throw PussycatException
ConceptGlyph(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLNamedObject i)
           
ModelMap(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLIndividual i)
           
PussycatMappingHitEntity(org.semanticweb.owl.model.OWLIndividual pairAssertion, MappingHit hit)
           
SequenceMap(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLIndividual i)
           
 

Uses of PussycatException in net.sourceforge.fluxion.pussycat.util
 

Methods in net.sourceforge.fluxion.pussycat.util that throw PussycatException
static java.lang.String PussycatOWLUtils.getIndividualId(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLIndividual i)
           
static boolean PussycatUtils.isLocalURL(java.lang.String s)
           
static void PussycatUtils.setUserLevel(java.lang.String level)
           
abstract  void AbstractPussycatSearcher.visit(O object)
           
 void PussycatOntologySearcher.visit(org.semanticweb.owl.model.OWLOntology ontology)
           
 

Uses of PussycatException in net.sourceforge.fluxion.pussycat.util.exceptions
 

Subclasses of PussycatException in net.sourceforge.fluxion.pussycat.util.exceptions
 class PussycatHTMLException
           
 



Copyright © 2010. All Rights Reserved.