Class CheckConsistency

java.lang.Object
  extended by CheckConsistency

public class CheckConsistency
extends java.lang.Object


Field Summary
protected static int[][] consistentGrp
           
protected static java.lang.String[][] consistentGrpString
           
protected static int[][] consistentInd
           
protected static java.lang.String[][] consistentIndString
           
 
Constructor Summary
CheckConsistency()
           
 
Method Summary
static boolean checkFrame(FrameData frame)
           
protected static int isConsistent(GroupBox box)
           
protected static int isConsistent(SingleBox box)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

consistentIndString

protected static final java.lang.String[][] consistentIndString

consistentInd

protected static final int[][] consistentInd

consistentGrpString

protected static final java.lang.String[][] consistentGrpString

consistentGrp

protected static final int[][] consistentGrp
Constructor Detail

CheckConsistency

public CheckConsistency()
Method Detail

checkFrame

public static boolean checkFrame(FrameData frame)

isConsistent

protected static int isConsistent(SingleBox box)

isConsistent

protected static int isConsistent(GroupBox box)