Class JBuildInitialBounds

java.lang.Object
honeyroasted.jype.system.solver.constraints.inference.JBuildInitialBounds
All Implemented Interfaces:
honeyroasted.almonds.ConstraintMapper, Consumer<honeyroasted.almonds.ConstraintBranch>

public class JBuildInitialBounds extends Object implements honeyroasted.almonds.ConstraintMapper
  • Nested Class Summary

    Nested classes/interfaces inherited from interface honeyroasted.almonds.ConstraintMapper

    honeyroasted.almonds.ConstraintMapper.All, honeyroasted.almonds.ConstraintMapper.Binary<L extends honeyroasted.almonds.Constraint, R extends honeyroasted.almonds.Constraint>, honeyroasted.almonds.ConstraintMapper.False, honeyroasted.almonds.ConstraintMapper.True, honeyroasted.almonds.ConstraintMapper.Unary<T extends honeyroasted.almonds.Constraint>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(honeyroasted.almonds.ConstraintBranch branch)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Consumer

    andThen
  • Constructor Details

    • JBuildInitialBounds

      public JBuildInitialBounds()
  • Method Details

    • accept

      public void accept(honeyroasted.almonds.ConstraintBranch branch)
      Specified by:
      accept in interface Consumer<honeyroasted.almonds.ConstraintBranch>