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
 
  
  -  
	action
   -   Code for the action.
  
 -  
	guard
   -   Code of the guard.
  
 -  
	next
   -   Next transition
  
 -  
	number
   -   Number of transition.
  
 -  
	source
   -   Name of the source state.
  
 -  
	target
   -   Name of the target.
 
  
  -  
	CodeGenTrans()
   -  
 
  
number
 public int number
  -  Number of transition.
 
source
 public String source
  -  Name of the source state.
 
guard
 public String guard
  -  Code of the guard.
 
action
 public String action
  -  Code for the action.
 
target
 public String target
  -  Name of the target.
 
next
 public CodeGenTrans next
  -  Next transition
 
  
CodeGenTrans
 public CodeGenTrans()
All Packages  Class Hierarchy  This Package  Previous  Next  Index