ER
Class VacioER

java.lang.Object
  extended by ER.ER
      extended by ER.VacioER

public class VacioER
extends ER

Clase para la implementacion de la expresion regular conjunto vacio

Version:
Revision 1.0.0, 06/19/06
Author:
Jesus Vilares ( jvilares@udc.es)

Constructor Summary
VacioER()
           
 
Method Summary
protected  AF toAF(Int freeId)
          Devuelve el automata finito asociado a la expresion regular vacia.
 java.lang.String toString()
          Devuelve la representacion de la expresion regular en formato string
 
Methods inherited from class ER.ER
loadER, loadER, nextQ, saveER, saveER, toAF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VacioER

public VacioER()
Method Detail

toString

public java.lang.String toString()
Devuelve la representacion de la expresion regular en formato string

Specified by:
toString in class ER
See Also:
Object.toString()

toAF

protected AF toAF(Int freeId)
           throws AF_Exception,
                  G_Exception
Devuelve el automata finito asociado a la expresion regular vacia.

Specified by:
toAF in class ER
Parameters:
freeId - Primer identificador de estado libre.
Returns:
Automata finito asociado a la expresion regular.
Throws:
AF_Exception
G_Exception