Class ReconstructionUtil
- java.lang.Object
-
- ai.libs.jaicore.basic.reconstruction.ReconstructionUtil
-
public class ReconstructionUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanareInstructionsNonEmptyIfReconstructibilityClaimed(java.lang.Object object)static voidrequireNonEmptyInstructionsIfReconstructibilityClaimed(java.lang.Object object)
-
-
-
Method Detail
-
requireNonEmptyInstructionsIfReconstructibilityClaimed
public static void requireNonEmptyInstructionsIfReconstructibilityClaimed(java.lang.Object object)
-
areInstructionsNonEmptyIfReconstructibilityClaimed
public static boolean areInstructionsNonEmptyIfReconstructibilityClaimed(java.lang.Object object)
-
-