| 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)
|
(package private) void |
Transducer.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)
|
(package private) void |
Transducer.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)
|
(package private) void |
Transducer.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. |