Blame view

circus/src/circusRefine/util/CodigoParametro.java 650 Bytes
8d0dc533f   Madiel de Souza Conserva Filho   first
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  /*
   * CodigoParametro.java
   *
   * Created on 18 de Setembro de 2005, 12:50
   *
   * To change this template, choose Tools | Options and locate the template under
   * the Source Creation and Management node. Right-click the template and choose
   * Open. You can then make changes to the template in the Source Editor.
   */
  
  package circusRefine.util;
  
  /**
   *
   * @author Alessandro
   */
  public enum CodigoParametro {
    
  	PREDICATE, 
  	EXPRESSION, 
  	ACTION, 
  	PROCESS,
  	EXPRLIST,
  	STROKE,
  	RENAMELIST,
  	DECLLIST,
  	NAMELIST,
  	NAME,
  	DECLARATION,
  	NAMESET,
  	CHANSET, 
  	COMMUN,
  	PARA,
  	PARALIST,
  	PREFIXING,
  	PROCESSPARA;
    
  }