Uses of Interface
gate.jape.ActionContext

Packages that use ActionContext
gate.jape   
 

Uses of ActionContext in gate.jape
 

Classes in gate.jape that implement ActionContext
 class DefaultActionContext
          Default implementation for an action context.
 

Fields in gate.jape declared as ActionContext
protected  ActionContext Transducer.actionContext
           
 

Methods in gate.jape that return ActionContext
 ActionContext ControllerEventBlocksAction.getActionContext()
           
 ActionContext RhsAction.getActionContext()
           
 

Methods in gate.jape with parameters of type ActionContext
 void Batch.runControllerExecutionAbortedBlock(ActionContext ac, Controller c, Throwable t, Ontology o)
           
 void MultiPhaseTransducer.runControllerExecutionAbortedBlock(ActionContext ac, Controller c, Throwable throwable, Ontology o)
           
 void SinglePhaseTransducer.runControllerExecutionAbortedBlock(ActionContext ac, Controller c, Throwable t, Ontology o)
           
 void Batch.runControllerExecutionFinishedBlock(ActionContext ac, Controller c, Ontology o)
           
 void MultiPhaseTransducer.runControllerExecutionFinishedBlock(ActionContext ac, Controller c, Ontology o)
           
 void SinglePhaseTransducer.runControllerExecutionFinishedBlock(ActionContext ac, Controller c, Ontology o)
           
 void Batch.runControllerExecutionStartedBlock(ActionContext ac, Controller c, Ontology o)
           
 void MultiPhaseTransducer.runControllerExecutionStartedBlock(ActionContext ac, Controller c, Ontology o)
           
 void SinglePhaseTransducer.runControllerExecutionStartedBlock(ActionContext ac, Controller c, Ontology o)
           
 void Batch.setActionContext(ActionContext ac)
           
 void ControllerEventBlocksAction.setActionContext(ActionContext ac)
           
 void RhsAction.setActionContext(ActionContext actionContext)
           
 void Transducer.setActionContext(ActionContext ac)
           
 void RightHandSide.transduce(Document doc, Map<String,AnnotationSet> bindings, AnnotationSet inputAS, AnnotationSet outputAS, Ontology ontology, ActionContext actionContext)
          Makes changes to the document, using LHS bindings.