org.apache.directory.shared.dsmlv2
Interface IStates

All Known Implementing Classes:
Dsmlv2StatesEnum

public interface IStates

This interface is used to store the different states of a grammar.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Field Summary
static int END_STATE
          The END_STATE
static int GRAMMAR_END
          The ending state for every grammars
static int INIT_GRAMMAR_STATE
          The initial state of every grammar
 
Method Summary
 java.lang.String getState(int state)
          Gets the specified state
 

Field Detail

INIT_GRAMMAR_STATE

static final int INIT_GRAMMAR_STATE
The initial state of every grammar

See Also:
Constant Field Values

GRAMMAR_END

static final int GRAMMAR_END
The ending state for every grammars

See Also:
Constant Field Values

END_STATE

static final int END_STATE
The END_STATE

See Also:
Constant Field Values
Method Detail

getState

java.lang.String getState(int state)
Gets the specified state

Parameters:
state - the identifier of the state
Returns:
the specified state


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.