Groovy Documentation

java.gate.yam
Interface YamPlugin


interface YamPlugin

This interface must be implemented by all YAM plugins (which must be in the package gate.yam.plugins).

author:
Hamish Cunningham


Method Summary
String translate(Map m, AbstractTranslator t, String target)

Translate a set of plugin arguments.

 

Method Detail

translate

public String translate(Map m, AbstractTranslator t, String target)
Translate a set of plugin arguments.
param:
m a map of arguments from the YAM source
param:
t the translator that is converting the YAM document
param:
target the target output language
return:
the translation for insertion at the plugin call location


 

Groovy Documentation