Interface IAutoNodeFilter

All Superinterfaces:
com.dna.jopt.revision.algorithm.poststepmanagment.IPostStepManager
All Known Implementing Classes:
AutoNodeFilter

public interface IAutoNodeFilter extends com.dna.jopt.revision.algorithm.poststepmanagment.IPostStepManager
  • Method Details

    • manualExecute

      @Deprecated void manualExecute(com.dna.jopt.revision.algorithm.IOptimizationAlgorithm optAlgo)
      Deprecated.
    • invokeAutoFilterConstraints

      void invokeAutoFilterConstraints(IEntity currentWorkEntity)
    • renewAutoFilterConstraintControllers

      void renewAutoFilterConstraintControllers(IEntity en)
    • setExecutionList

      void setExecutionList(List<Double> executionList)
    • performManual

      CompletableFuture<Void> performManual()