debugger.resources
Class ResourcesFactory
java.lang.Object
debugger.resources.ResourcesFactory
- public class ResourcesFactory
- extends Object
Copyright (c) Ontos AG (http://www.ontosearch.com).
This class is part of JAPE Debugger component for
GATE (Copyright (c) "The University of Sheffield" see http://gate.ac.uk/)
- Author:
- Andrey Shafirin, Oleg Mishchenko
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentLrModel
private static LrModel currentLrModel
currentRuleModel
private static RuleModel currentRuleModel
prRoot
private static PRRoot prRoot
lrRoot
private static LRRoot lrRoot
phaseController
private static PhaseController phaseController
currentJapeFile
private static JapeFile currentJapeFile
currentJapeText
private static String currentJapeText
ResourcesFactory
public ResourcesFactory()
getPhaseController
public static PhaseController getPhaseController()
getPrRoot
public static PRRoot getPrRoot()
updateRoots
public static void updateRoots()
getLrRoot
public static LRRoot getLrRoot()
getCurrentRuleModel
public static RuleModel getCurrentRuleModel()
setCurrentRuleModel
public static void setCurrentRuleModel(RuleModel currentRuleModel)
setCurrentLrModel
public static void setCurrentLrModel(LrModel currentLrModel)
getCurrentLrModel
public static LrModel getCurrentLrModel()
getCurrentJapeFile
public static JapeFile getCurrentJapeFile()
getCurrentJapeText
public static String getCurrentJapeText()
setCurrentJapeText
public static void setCurrentJapeText(String currentJapeText)
setCurrentJapeFile
public static void setCurrentJapeFile(JapeFile currentJapeFile)