pobs.control
Class PC

java.lang.Object
  extended bypobs.control.PC

public class PC
extends java.lang.Object

Various PControl constants.

Author:
Franz-Josef Elmer

Field Summary
static PControl DISABLE_ACTIONS
          Instance of PDisableActions.
static PControl DISABLE_CASE
          Instance of PDisableCase.
static PControl DISABLE_SKIP
          Instance of PDisableSkip.
static PControl ENABLE_ACTIONS
          Instance of PEnableActions.
static PControl ENABLE_CASE
          Instance of PEnableCase.
static PControl ENABLE_SKIP
          Instance of PEnableSkip.
static PControl FIRST_ALTERNATIVE
          Instance of PFirstAlternative.
static PControl LONGEST_ALTERNATIVE
          Instance of PLongestAlternative.
static PControl SHORTEST_ALTERNATIVE
          Instance of PShortestAlternative.
 
Constructor Summary
PC()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLE_ACTIONS

public static final PControl DISABLE_ACTIONS
Instance of PDisableActions.


ENABLE_ACTIONS

public static final PControl ENABLE_ACTIONS
Instance of PEnableActions.


DISABLE_CASE

public static final PControl DISABLE_CASE
Instance of PDisableCase.


ENABLE_CASE

public static final PControl ENABLE_CASE
Instance of PEnableCase.


DISABLE_SKIP

public static final PControl DISABLE_SKIP
Instance of PDisableSkip.


ENABLE_SKIP

public static final PControl ENABLE_SKIP
Instance of PEnableSkip.


FIRST_ALTERNATIVE

public static final PControl FIRST_ALTERNATIVE
Instance of PFirstAlternative.


SHORTEST_ALTERNATIVE

public static final PControl SHORTEST_ALTERNATIVE
Instance of PShortestAlternative.


LONGEST_ALTERNATIVE

public static final PControl LONGEST_ALTERNATIVE
Instance of PLongestAlternative.

Constructor Detail

PC

public PC()