edu.buffalo.nsf.xmlcqa
Interface Constants

All Known Implementing Classes:
CQA, NDFA, RestaurationAutomaton, StreamDist

public interface Constants

Author:
staworko An interface defining commonly used constants in the system

Field Summary
static int INF
          A constant representing the positive infinite value.
 

Field Detail

INF

public static final int INF
A constant representing the positive infinite value. It is assumed here, that our algorithms will work with values less than INF. Note that adding two INF values doesn't cause overflow and therefore the sum doesn't become negative.

See Also:
Constant Field Values