|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RhsAction
An interface that defines what the action classes created for RightHandSides look like.
Method Summary | |
---|---|
void |
doit(Document doc,
Map bindings,
AnnotationSet annotations,
AnnotationSet inputAS,
AnnotationSet outputAS,
Ontology ontology)
Fires the RHS action for a particular LHS match. |
Method Detail |
---|
void doit(Document doc, Map bindings, AnnotationSet annotations, AnnotationSet inputAS, AnnotationSet outputAS, Ontology ontology) throws JapeException
doc
- the document the RHS action will be run onbindings
- A map containing the matching results from the LHS in
the form label(String) -> matched annotations (AnnotationSet)annotations
- copy of the outputAS value provided for backward
compatibilityinputAS
- the input annotation setoutputAS
- the output annotation set
JapeException
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |