de.saar.chorus.domgraph.codec.mrs
Class ErrorCodes

Object
  extended by ErrorCodes

public class ErrorCodes
extends Object


Field Summary
static int NOT_HYPERNORMALLY_CONNECTED
           
static int NOT_LEAF_LABELLED
           
static int NOT_NORMAL
           
static int NOT_WEAKLY_NORMAL
           
static int NOT_WELLFORMED
           
 
Constructor Summary
ErrorCodes()
           
 
Method Summary
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_NORMAL

public static final int NOT_NORMAL
See Also:
Constant Field Values

NOT_WEAKLY_NORMAL

public static final int NOT_WEAKLY_NORMAL
See Also:
Constant Field Values

NOT_LEAF_LABELLED

public static final int NOT_LEAF_LABELLED
See Also:
Constant Field Values

NOT_HYPERNORMALLY_CONNECTED

public static final int NOT_HYPERNORMALLY_CONNECTED
See Also:
Constant Field Values

NOT_WELLFORMED

public static final int NOT_WELLFORMED
See Also:
Constant Field Values
Constructor Detail

ErrorCodes

public ErrorCodes()