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

Packages that use ClassNode
com.ontotext.gate.vr   
 

Uses of ClassNode in com.ontotext.gate.vr
 

Methods in com.ontotext.gate.vr that return ClassNode
static ClassNode ClassNode.createRootNode(Ontology o)
          create a structure representing the class hierarchy of an ontology
static ClassNode ClassNode.createRootNode(Ontology o, boolean includeInstances, boolean includeAnonymousClasses)
           
static ClassNode ClassNode.createRootNode(Ontology o, MappingDefinition mapping, Map<String,ClassNode> nameVsNode)
          Creates a structure representing the class hierarchy of an ontology and the gazetteerLists mapped to it.
 

Methods in com.ontotext.gate.vr with parameters of type ClassNode
 void ClassNode.addSubNode(ClassNode sub)
          Adds a sub node
 void ClassNode.removeSubNode(ClassNode sub)
          Removes a sub class
 

Method parameters in com.ontotext.gate.vr with type arguments of type ClassNode
static ClassNode ClassNode.createRootNode(Ontology o, MappingDefinition mapping, Map<String,ClassNode> nameVsNode)
          Creates a structure representing the class hierarchy of an ontology and the gazetteerLists mapped to it.
 void ClassNode.setChildren(Vector<ClassNode> chldrn)