GATE
Version 3.1-2270

Uses of Class
com.ontotext.gate.vr.ClassNode

Packages that use ClassNode
com.ontotext.gate.vr   
com.ontotext.gate.vr.dialog   
gate.creole.ontology   
gate.gui.lexicon   
 

Uses of ClassNode in com.ontotext.gate.vr
 

Fields in com.ontotext.gate.vr declared as ClassNode
protected  ClassNode EditableTreeView.selectedNode
          The currently selected node
 

Methods in com.ontotext.gate.vr that return ClassNode
static ClassNode ClassNode.createRootNode(Taxonomy o)
          create a structure representing the class hierarchy of an ontology
static ClassNode ClassNode.createRootNode(Taxonomy o, boolean includeInstances)
           
static ClassNode ClassNode.createRootNode(Taxonomy o, MappingDefinition mapping, Map nameVsNode)
          Creates a structure representing the class hierarchy of an ontology and the gazetteerLists mapped to it.
 ClassNode EditableTreeView.getSelectedNode()
          Returns the selected node
 

Methods in com.ontotext.gate.vr with parameters of type ClassNode
 void OntologyEditorImpl.addSubClass(ClassNode root, String className, String classComment)
          addSubClass given a ClassNode and the resulting info from the dialog
 void ClassNode.addSubNode(ClassNode sub)
          Adds a sub node
 void OntologyEditorImpl.removeClass(ClassNode node)
          Removes the node/class
 void ClassNode.removeSubNode(ClassNode sub)
          Removes a sub class
 void OntologyEditorImpl.renameClass(TClass c, ClassNode n, int x, int y)
          Renames a class
 

Uses of ClassNode in com.ontotext.gate.vr.dialog
 

Methods in com.ontotext.gate.vr.dialog with parameters of type ClassNode
 void AddSubClassDialog.setInvokers(OntologyEditor oe, ClassNode node)
           
 

Constructors in com.ontotext.gate.vr.dialog with parameters of type ClassNode
RenameClassDialog(OntologyEditor e, OEMainPanel oef, ClassNode n, TClass c)
          construct the dialog
 

Uses of ClassNode in gate.creole.ontology
 

Methods in gate.creole.ontology with parameters of type ClassNode
 void OntologyEditor.addSubClass(ClassNode root, String className, String classComment)
          Adds Sub Class given a ClassNode and the resulting info from the Add Sub Class dialog.
 void OntologyEditor.removeClass(ClassNode node)
          Removes the node/class
 void OntologyEditor.renameClass(TClass c, ClassNode n, int x, int y)
          Renames a class
 

Uses of ClassNode in gate.gui.lexicon
 

Methods in gate.gui.lexicon with parameters of type ClassNode
protected  void OntoLexEditorVR.getRemainingPath(ClassNode theParent, TClass theTarget, List thePath)
           
 


GATE
Version 3.1-2270