Uses of Class
org.ocopomo.annotation.gate.parser.EditorState

Packages that use EditorState
org.ocopomo.annotation.gate.parser   
org.ocopomo.simulationanalysistool   
 

Uses of EditorState in org.ocopomo.annotation.gate.parser
 

Methods in org.ocopomo.annotation.gate.parser that return EditorState
 EditorState GateXmlParser.getEditorState()
           
 

Methods in org.ocopomo.annotation.gate.parser with parameters of type EditorState
static java.lang.String GateXmlParser.buildGateDocumentFor(EditorState es)
           
static java.lang.String GateXmlParser.getContentWithoutNodes(EditorState es)
           
 

Uses of EditorState in org.ocopomo.simulationanalysistool
 

Methods in org.ocopomo.simulationanalysistool that return EditorState
 EditorState SimulationAnalysisToolPlugin.getEditorState(java.lang.String filePath)