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

« back to all changes in this revision

Viewing changes to PetrifyPlugin/src/org/workcraft/plugins/petrify/tools/PetrifyGeneralizedCelementSynthesis.java

  • Committer: Danil Sokolov
  • Date: 2014-04-17 15:37:45 UTC
  • mfrom: (497.2.2 workcraft-trunk)
  • Revision ID: danilovesky@gmail.com-20140417153745-fjc6p4aa1prpg2mc
Merged with the trunk changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
        @Override
19
19
        public String getDisplayName() {
20
 
                return "Generalized C-element synthesis (Petrify)";
 
20
                return "Generalized C-element synthesis [Petrify]";
21
21
        }
22
22
}