Class OpenShopGraphGenerator

  • All Implemented Interfaces:
    org.api4.java.datastructure.graph.implicit.IGraphGenerator<OpenShopState,​java.lang.String>

    public class OpenShopGraphGenerator
    extends java.lang.Object
    implements org.api4.java.datastructure.graph.implicit.IGraphGenerator<OpenShopState,​java.lang.String>
    • Constructor Summary

      Constructors 
      Constructor Description
      OpenShopGraphGenerator​(ai.libs.jaicore.problems.scheduling.JobSchedulingProblemInput problem)  
      OpenShopGraphGenerator​(ai.libs.jaicore.problems.scheduling.JobSchedulingProblemInput problem, boolean pruneInactiveNodes)  
    • Constructor Detail

      • OpenShopGraphGenerator

        public OpenShopGraphGenerator​(ai.libs.jaicore.problems.scheduling.JobSchedulingProblemInput problem)
      • OpenShopGraphGenerator

        public OpenShopGraphGenerator​(ai.libs.jaicore.problems.scheduling.JobSchedulingProblemInput problem,
                                      boolean pruneInactiveNodes)
    • Method Detail

      • getRootGenerator

        public org.api4.java.datastructure.graph.implicit.ISingleRootGenerator<OpenShopState> getRootGenerator()
        Specified by:
        getRootGenerator in interface org.api4.java.datastructure.graph.implicit.IGraphGenerator<OpenShopState,​java.lang.String>
      • getSuccessorGenerator

        public org.api4.java.datastructure.graph.implicit.ISuccessorGenerator<OpenShopState,​java.lang.String> getSuccessorGenerator()
        Specified by:
        getSuccessorGenerator in interface org.api4.java.datastructure.graph.implicit.IGraphGenerator<OpenShopState,​java.lang.String>