cc.redberry.core.groups.permutations
Class BacktrackSearchPayload
- java.lang.Object
-
- cc.redberry.core.groups.permutations.BacktrackSearchPayload
-
- All Implemented Interfaces:
- BacktrackSearchTestFunction
public abstract class BacktrackSearchPayload extends java.lang.Object implements BacktrackSearchTestFunction
-
-
Field Summary
-
Fields inherited from interface cc.redberry.core.groups.permutations.BacktrackSearchTestFunction
TRUE
-
-
Constructor Summary
Constructors Constructor and Description BacktrackSearchPayload()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description abstract voidafterLevelIncrement(int level)abstract voidbeforeLevelIncrement(int level)static BacktrackSearchPayloadcreateDefaultPayload(BacktrackSearchTestFunction test)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cc.redberry.core.groups.permutations.BacktrackSearchTestFunction
test
-
-
-
-
Method Detail
-
beforeLevelIncrement
public abstract void beforeLevelIncrement(int level)
-
afterLevelIncrement
public abstract void afterLevelIncrement(int level)
-
createDefaultPayload
public static BacktrackSearchPayload createDefaultPayload(BacktrackSearchTestFunction test)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG