|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdebugger.resources.PhaseController
public class PhaseController
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/)
| Constructor Summary | |
|---|---|
PhaseController()
|
|
| Method Summary | |
|---|---|
void |
annotationAdded(AnnotationSetEvent e)
Called when a new Annotation has been added |
void |
annotationRemoved(AnnotationSetEvent e)
Called when an Annotation has been removed |
void |
continueSPT()
|
TraceContainer |
getRuleTrace()
|
SinglePhaseTransducer |
getSPT()
|
boolean |
isStopAfterRHSExec()
|
void |
RuleFinished(SPTLock sptLock,
SinglePhaseTransducer spt,
RightHandSide rhs,
Document document,
HashMap bindings,
AnnotationSet inputAS,
AnnotationSet outputAS)
|
void |
RuleMatched(SPTLock sptLock,
SinglePhaseTransducer spt,
RightHandSide rhs,
Document document,
HashMap bindings,
AnnotationSet inputAS,
AnnotationSet outputAS)
|
void |
runControllerButtonActionPerformed(ActionEvent ae)
|
void |
setStopAfterRHSExec(boolean stopAfterRHSExec)
|
void |
TraceTransit(TraceContainer traceContainer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PhaseController()
| Method Detail |
|---|
public boolean isStopAfterRHSExec()
public void setStopAfterRHSExec(boolean stopAfterRHSExec)
public void continueSPT()
public void RuleMatched(SPTLock sptLock,
SinglePhaseTransducer spt,
RightHandSide rhs,
Document document,
HashMap bindings,
AnnotationSet inputAS,
AnnotationSet outputAS)
public void RuleFinished(SPTLock sptLock,
SinglePhaseTransducer spt,
RightHandSide rhs,
Document document,
HashMap bindings,
AnnotationSet inputAS,
AnnotationSet outputAS)
public void annotationAdded(AnnotationSetEvent e)
Annotation has been added
annotationAdded in interface AnnotationSetListenerpublic void annotationRemoved(AnnotationSetEvent e)
Annotation has been removed
annotationRemoved in interface AnnotationSetListenerpublic void runControllerButtonActionPerformed(ActionEvent ae)
public void TraceTransit(TraceContainer traceContainer)
public TraceContainer getRuleTrace()
public SinglePhaseTransducer getSPT()
|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||