coins.backend
Interface GlobalTransformer

All Superinterfaces:
Transformer
All Known Implementing Classes:
Profiler.Trigger

public interface GlobalTransformer
extends Transformer

Interface for L-module transformer


Method Summary
 boolean doIt(Module mod, ImList args)
          Transform the L-Module.
 
Methods inherited from interface coins.backend.Transformer
name, subject
 

Method Detail

doIt

public boolean doIt(Module mod,
                    ImList args)
Transform the L-Module.

Parameters:
mod - L-module to be transformed.
args - list of optional arguments.
Returns:
true if transformation suceeded.