Class EnhancedTTSPSolutionPredicate

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

    public class EnhancedTTSPSolutionPredicate
    extends java.lang.Object
    implements org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.INodeGoalTester<ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSPState,​java.lang.String>
    • Constructor Summary

      Constructors 
      Constructor Description
      EnhancedTTSPSolutionPredicate​(ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSP problem)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isGoal​(ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSPState 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

      • EnhancedTTSPSolutionPredicate

        public EnhancedTTSPSolutionPredicate​(ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSP problem)
    • Method Detail

      • isGoal

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