All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class codegen.CodeGenTrans

java.lang.Object
   |
   +----codegen.CodeGenTrans

public class CodeGenTrans
extends Object
This class defines an auxilluary class for creating code for transitions.

Version:
$Id: CodeGenTrans.java,v 1.2 1999/02/17 14:02:04 swtech25 Exp $
Author:
Marcel Kyas

Variable Index

 o action
Code for the action.
 o guard
Code of the guard.
 o next
Next transition
 o number
Number of transition.
 o source
Name of the source state.
 o target
Name of the target.

Constructor Index

 o CodeGenTrans()

Variables

 o number
 public int number
Number of transition.

 o source
 public String source
Name of the source state.

 o guard
 public String guard
Code of the guard.

 o action
 public String action
Code for the action.

 o target
 public String target
Name of the target.

 o next
 public CodeGenTrans next
Next transition

Constructors

 o CodeGenTrans
 public CodeGenTrans()

All Packages  Class Hierarchy  This Package  Previous  Next  Index