Class CannibalNodeGoalPredicate

  • All Implemented Interfaces:
    org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.INodeGoalTester<ai.libs.jaicore.problems.cannibals.CannibalProblem,​java.lang.String>, org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.IPathGoalTester<ai.libs.jaicore.problems.cannibals.CannibalProblem,​java.lang.String>

    public class CannibalNodeGoalPredicate
    extends java.lang.Object
    implements org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.INodeGoalTester<ai.libs.jaicore.problems.cannibals.CannibalProblem,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isGoal​(ai.libs.jaicore.problems.cannibals.CannibalProblem n)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.INodeGoalTester

        isGoal
    • Constructor Detail

      • CannibalNodeGoalPredicate

        public CannibalNodeGoalPredicate()
    • Method Detail

      • isGoal

        public boolean isGoal​(ai.libs.jaicore.problems.cannibals.CannibalProblem n)
        Specified by:
        isGoal in interface org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.INodeGoalTester<ai.libs.jaicore.problems.cannibals.CannibalProblem,​java.lang.String>