Class TimefoldChangeDependencies

java.lang.Object
org.openrewrite.Recipe
ai.timefold.solver.migration.AbstractRecipe
ai.timefold.solver.migration.fork.TimefoldChangeDependencies
All Implemented Interfaces:
Cloneable

public final class TimefoldChangeDependencies extends AbstractRecipe
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.openrewrite.Recipe

    org.openrewrite.Recipe.Builder, org.openrewrite.Recipe.DelegatingRecipe
  • Field Summary

    Fields inherited from class ai.timefold.solver.migration.AbstractRecipe

    JAVA_PARSER

    Fields inherited from class org.openrewrite.Recipe

    contributors, examples, PANIC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
     
    List<org.openrewrite.Recipe>
     
    int
     

    Methods inherited from class org.openrewrite.Recipe

    addDataTable, builder, buildRecipeList, causesAnotherCycle, clone, createRecipeDescriptor, getContributors, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getExamples, getInstanceName, getInstanceNameSuffix, getJacksonPolymorphicTypeTag, getMaintainers, getName, getTags, getVisitor, maxCycles, noop, onComplete, run, run, run, setContributors, setExamples, validate, validate, validateAll, validateAll

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TimefoldChangeDependencies

      public TimefoldChangeDependencies()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in class org.openrewrite.Recipe
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class org.openrewrite.Recipe
    • getRecipeList

      public List<org.openrewrite.Recipe> getRecipeList()
      Overrides:
      getRecipeList in class org.openrewrite.Recipe
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.openrewrite.Recipe
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.openrewrite.Recipe