Uses of Class
debugger.resources.pr.RuleTrace

Packages that use RuleTrace
debugger.gui.debugging   
debugger.resources.pr   
gate.jape   
 

Uses of RuleTrace in debugger.gui.debugging
 

Fields in debugger.gui.debugging declared as RuleTrace
private  RuleTrace JapeDebuggingPanel.currentRuleTrace
           
private  RuleTrace TraceHistoryPanel.currentRuleTrace
           
 

Methods in debugger.gui.debugging that return RuleTrace
 RuleTrace JapeDebuggingPanel.getCurrentRuleTrace()
          This method should be deleted later - it violates the architecture.
 RuleTrace TraceHistoryPanel.getCurrentRuleTrace()
          This method should be deleted later - it violates the architecture.
 

Methods in debugger.gui.debugging with parameters of type RuleTrace
private  JComponent JapeDebuggingPanel.createAnnotationPanel(AnnotationSet annotations, String annotationsType, RuleTrace ruleTrace, boolean withHighlighting)
          This method creates a panel with annotations of the given input type, which are contained in a selected interval.
 void JapeDebuggingPanel.updateRulePanel(RuleModel ruleModel, RuleTrace currentTrace)
          Creates panels with input annotations.
private  JComponent TraceHistoryPanel.createAnnotationPanel(AnnotationSet annotations, String annotationsType, RuleTrace ruleTrace, boolean withHighlighting)
          This method creates a panel with annotations of the given input type, which are contained in a selected interval.
 void TraceHistoryPanel.updateRulePanel(RuleModel ruleModel, RuleTrace currentTrace)
          Creates panels with input annotations.
 

Uses of RuleTrace in debugger.resources.pr
 

Methods in debugger.resources.pr that return RuleTrace
 RuleTrace TraceContainer.getStateContainer(State state)
           
 

Uses of RuleTrace in gate.jape
 

Fields in gate.jape declared as RuleTrace
(package private)  RuleTrace SinglePhaseTransducer.currRuleTrace