Uses of Class
gate.creole.gazetteer.MappingNode

Packages that use MappingNode
com.ontotext.gate.vr   
gate.creole.gazetteer   
 

Uses of MappingNode in com.ontotext.gate.vr
 

Constructors in com.ontotext.gate.vr with parameters of type MappingNode
ClassNode(MappingNode mapNode)
          Constructs a class node given a mapping node
 

Uses of MappingNode in gate.creole.gazetteer
 

Methods in gate.creole.gazetteer that return MappingNode
 MappingNode MappingDefinition.get(int index)
           
 MappingNode MappingDefinition.getNodeByList(String list)
          Gets node by list
 MappingNode MappingDefinition.remove(int index)
           
 MappingNode MappingDefinition.set(int index, MappingNode o)
           
 

Methods in gate.creole.gazetteer with parameters of type MappingNode
 void MappingDefinition.add(int index, MappingNode o)
          adds a new node at the specified position, only if its list is new and uniquely mapped to this node.
 boolean MappingDefinition.add(MappingNode o)
          adds a new node, only if its list is new and uniquely mapped to this node.
 MappingNode MappingDefinition.set(int index, MappingNode o)