org.kit.furia
Class FuriaChanConstants

java.lang.Object
  extended by org.kit.furia.FuriaChanConstants

public class FuriaChanConstants
extends java.lang.Object

FuriaChanConstants contains constants used by all the other programs.

Author:
Arnoldo Jose Muller Molina

Field Summary
static int MAX_NODES_PER_FRAGMENT
          Maximum number of nodes to be accepted per fragment.
static int MIN_DOC_SIZE
          Minimum number of different fragments that a program must hold to be retrieved successfully.
static int MIN_NODES_PER_FRAGMENT
          Minimum number of nodes to be accepted per fragment.
 
Constructor Summary
FuriaChanConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_NODES_PER_FRAGMENT

public static final int MAX_NODES_PER_FRAGMENT
Maximum number of nodes to be accepted per fragment. Warning: This value must be observed by all the fragment engines.

See Also:
Constant Field Values

MIN_NODES_PER_FRAGMENT

public static final int MIN_NODES_PER_FRAGMENT
Minimum number of nodes to be accepted per fragment. Warning: This value must be observed by all the fragment engines.

See Also:
Constant Field Values

MIN_DOC_SIZE

public static int MIN_DOC_SIZE
Minimum number of different fragments that a program must hold to be retrieved successfully.

Constructor Detail

FuriaChanConstants

public FuriaChanConstants()


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.