~danilovesky/workcraft/trunk-stg-transform-tools

« back to all changes in this revision

Viewing changes to WorkcraftCore/src/org/workcraft/Module.java

  • Committer: Danil Sokolov
  • Date: 2014-04-17 15:33:40 UTC
  • Revision ID: danilovesky@gmail.com-20140417153340-11jh9zgx7tiquqva
New STG transformation tools:
- Make places implicit
- Make places explicit
- Mirror signals

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
public interface Module extends Plugin {
4
4
        public String getDescription();
5
 
        public void init(Framework framework);
 
5
        public void init(final Framework framework);
6
6
}