net.sourceforge.fluxion.pussycat.entity.impl
Class IndirectClassHierarchyEntity

java.lang.Object
  extended by net.sourceforge.fluxion.pussycat.entity.impl.IndirectClassHierarchyEntity
All Implemented Interfaces:
RenderableInPussycat, RenderableOWLEntity<org.semanticweb.owl.model.OWLOntology>

public class IndirectClassHierarchyEntity
extends java.lang.Object
implements RenderableOWLEntity<org.semanticweb.owl.model.OWLOntology>

The IndirectClassHierarchyEntity class Defines a class hierarchy html widget that can be drawn by Pussycat

Author:
Rob Davey

Constructor Summary
IndirectClassHierarchyEntity(org.mindswap.pellet.owlapi.Reasoner reasoner, org.semanticweb.owl.model.OWLOntology ontology)
           
 
Method Summary
 void build()
           
 void destroy()
           
 org.semanticweb.owl.model.OWLOntology getEntity()
           
 java.lang.String getId()
           
 boolean isDockable()
           
 void setEntity(org.semanticweb.owl.model.OWLOntology ontology)
           
 void setId(java.lang.String id)
           
 void setRenderlet(Renderlet renderlet)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndirectClassHierarchyEntity

public IndirectClassHierarchyEntity(org.mindswap.pellet.owlapi.Reasoner reasoner,
                                    org.semanticweb.owl.model.OWLOntology ontology)
                             throws PussycatException
Throws:
PussycatException
Method Detail

isDockable

public boolean isDockable()
Specified by:
isDockable in interface RenderableInPussycat

build

public void build()
           throws PussycatException
Specified by:
build in interface RenderableInPussycat
Throws:
PussycatException

getId

public java.lang.String getId()
Specified by:
getId in interface RenderableInPussycat

setId

public void setId(java.lang.String id)
Specified by:
setId in interface RenderableInPussycat

setRenderlet

public void setRenderlet(Renderlet renderlet)
Specified by:
setRenderlet in interface RenderableInPussycat

setEntity

public void setEntity(org.semanticweb.owl.model.OWLOntology ontology)
               throws PussycatException
Specified by:
setEntity in interface RenderableOWLEntity<org.semanticweb.owl.model.OWLOntology>
Throws:
PussycatException

getEntity

public org.semanticweb.owl.model.OWLOntology getEntity()
                                                throws PussycatException
Specified by:
getEntity in interface RenderableOWLEntity<org.semanticweb.owl.model.OWLOntology>
Throws:
PussycatException

destroy

public void destroy()
Specified by:
destroy in interface RenderableInPussycat

toString

public java.lang.String toString()
Specified by:
toString in interface RenderableInPussycat
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.