Class JTypeConstraints.Contains

java.lang.Object
honeyroasted.almonds.Constraint.Binary<JType,JType>
honeyroasted.jype.system.solver.constraints.JTypeConstraints.Contains
All Implemented Interfaces:
honeyroasted.almonds.Constraint, honeyroasted.almonds.SimpleName
Enclosing interface:
JTypeConstraints

public static final class JTypeConstraints.Contains extends honeyroasted.almonds.Constraint.Binary<JType,JType>
  • Nested Class Summary

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

    honeyroasted.almonds.Constraint.And, honeyroasted.almonds.Constraint.Binary<L,R>, honeyroasted.almonds.Constraint.False, honeyroasted.almonds.Constraint.Label, honeyroasted.almonds.Constraint.Or, honeyroasted.almonds.Constraint.Solve, honeyroasted.almonds.Constraint.Status, honeyroasted.almonds.Constraint.Trinary<L,M,R>, honeyroasted.almonds.Constraint.True, honeyroasted.almonds.Constraint.Unary<T>, honeyroasted.almonds.Constraint.UniqueNamed
  • Field Summary

    Fields inherited from interface honeyroasted.almonds.Constraint

    FALSE, TRUE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Contains(JType left, JType right)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class honeyroasted.almonds.Constraint.Binary

    equals, hashCode, left, parameters, right

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface honeyroasted.almonds.Constraint

    createNew
  • Constructor Details

    • Contains

      public Contains(JType left, JType right)
  • Method Details