~fredericp/zaluum/wip-ide

« back to all changes in this revision

Viewing changes to org.zaluum.boxes.fsm/src/org/zaluum/boxes/fsm/cmodel/Cond.java

  • Committer: Frederic Perez Ordeig
  • Date: 2009-12-18 16:21:23 UTC
  • Revision ID: frederic@zaluum.com-20091218162123-9fp07r8kr8raec5b
moved all fsm to one plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Copyright   2008,2009       Frederic Perez Ordeig
18
18
 *  Copyright   2008,2009       Elias Hortas Garcia
19
19
 */
20
 
package org.zaluum.cmodel.fsm;
 
20
package org.zaluum.boxes.fsm.cmodel;
21
21
 
22
22
import java.io.Serializable;
23
23