Class CEOCTFDGraphGenerator

  • All Implemented Interfaces:
    ai.libs.jaicore.search.core.interfaces.GraphGenerator<TFDNode,​java.lang.String>, ai.libs.jaicore.search.core.interfaces.PathUnifyingGraphGenerator<TFDNode,​java.lang.String>
    Direct Known Subclasses:
    CEOCIPTFDGraphGenerator

    public class CEOCTFDGraphGenerator
    extends TFDGraphGenerator
    • Method Detail

      • isPathSemanticallySubsumed

        public boolean isPathSemanticallySubsumed​(java.util.List<TFDNode> path,
                                                  java.util.List<TFDNode> compl)
                                           throws java.lang.InterruptedException
        Specified by:
        isPathSemanticallySubsumed in interface ai.libs.jaicore.search.core.interfaces.PathUnifyingGraphGenerator<TFDNode,​java.lang.String>
        Overrides:
        isPathSemanticallySubsumed in class TFDGraphGenerator
        Throws:
        java.lang.InterruptedException