tecgraf.javautils.parsers
Class ErrorState

java.lang.Object
  extended by tecgraf.javautils.parsers.State
      extended by tecgraf.javautils.parsers.ErrorState

public final class ErrorState
extends State

Representa um estado de erro no autômato finito FiniteAutomaton.


Method Summary
static ErrorState getInstance()
          Obtém a instância única do estado de erro.
 
Methods inherited from class tecgraf.javautils.parsers.State
addTransition, addTransition, isFinal, setDefaultTransition, setEnterAction, setExitAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ErrorState getInstance()
Obtém a instância única do estado de erro.

Returns:
A instância única.


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.