Package org.projog.core.predicate.builtin.flow
Predicates for affecting the flow of goal evaluation on backtracking.
-
Class Summary Class Description Cut !- the "cut".Cut.CutPredicate RepeatInfinitely repeat- always succeeds.RepeatInfinitely.RepeatInfinitelyPredicate RepeatSetAmount repeat(N)- succeedsNtimes.RepeatSetAmount.RepeatSetAmountPredicate Throw throw(X)- throws an exception with the given message.