~workcraft/workcraft/1.0

« back to all changes in this revision

Viewing changes to workcraft/common/PetriNetMapper.java

  • Committer: Danil Sokolov
  • Date: 2014-02-04 17:50:42 UTC
  • mfrom: (8.1.21 CPOGM)
  • Revision ID: danilovesky@gmail.com-20140204175042-pfuu19pwbsy02xym
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
                                                set = set.minimise();
310
310
                                //              System.err.println("AFTER: " + set + "\n\n");
311
311
                                                
312
 
                                                
313
312
                                                for (DNFClause clause : set.clauses) {
314
313
                                                        EditablePetriTransition t = addPlusTransition(target, plusTag);
315
 
 
 
314
                                                        
316
315
                                                        for (DNFLiteral literal : clause.pos) {
317
316
                                                                Object obj = nodes.get(literal.id);
318
317