Uses of Class
gate.creole.ontology.NoSuchClosureTypeException

Packages that use NoSuchClosureTypeException
com.ontotext.gate.ontology   
gate.creole   
gate.creole.ontology   
gate.gui.lexicon   
 

Uses of NoSuchClosureTypeException in com.ontotext.gate.ontology
 

Methods in com.ontotext.gate.ontology that throw NoSuchClosureTypeException
 boolean TaxonomyImpl.isSubClassOf(String cls1, String cls2)
          Check for subclass relation with transitive closure
 boolean TaxonomyImpl.isDirectSubClassOf(String cls1, String cls2)
          Check for subclass relation with direct closure
 

Uses of NoSuchClosureTypeException in gate.creole
 

Methods in gate.creole that throw NoSuchClosureTypeException
 boolean ProtegeProjectName.isSubClassOf(String cls1, String cls2)
           
 boolean ProtegeProjectName.isDirectSubClassOf(String cls1, String cls2)
           
 

Uses of NoSuchClosureTypeException in gate.creole.ontology
 

Methods in gate.creole.ontology that throw NoSuchClosureTypeException
 Set TClass.getSubClasses(byte closure)
          Gets the subclasses according to the desired closure.
 Set TClass.getSuperClasses(byte closure)
          Gets the super classes according to the desired closure.
 Set TClassImpl.getSubClasses(byte closure)
           
 Set TClassImpl.getSuperClasses(byte closure)
           
 boolean Taxonomy.isSubClassOf(String cls1, String cls2)
          Check for subclass relation with transitive closure
 boolean Taxonomy.isDirectSubClassOf(String cls1, String cls2)
          Check for subclass relation with direct closure
 

Uses of NoSuchClosureTypeException in gate.gui.lexicon
 

Methods in gate.gui.lexicon that throw NoSuchClosureTypeException
protected  void OntoLexEditorVR.getRemainingPath(ClassNode theParent, TClass theTarget, List thePath)