Uses of Class
eu.bandm.tools.paisley.Constraint
Packages that use Constraint
Package
Description
A modular implementation of pattern matching on arbitrary objects.
-
Uses of Constraint in eu.bandm.tools.paisley
Subclasses of Constraint in eu.bandm.tools.paisleyMethods in eu.bandm.tools.paisley that return ConstraintModifier and TypeMethodDescriptionstatic ConstraintConstraint.all(Constraint... cs) static ConstraintConstraint.all(List<? extends Constraint> cs) (package private) <A> ConstraintCryptArith.allDifferent(Collection<Variable<A>> vars) CryptArith.PartialSum.getConstraint()(package private) <A> Constraint(package private) <A> Constraintstatic ConstraintConstraint.some(Constraint... cs) static ConstraintConstraint.some(List<? extends Constraint> cs) Methods in eu.bandm.tools.paisley with parameters of type ConstraintModifier and TypeMethodDescriptionstatic ConstraintConstraint.all(Constraint... cs) static ConstraintConstraint.some(Constraint... cs) Method parameters in eu.bandm.tools.paisley with type arguments of type ConstraintModifier and TypeMethodDescriptionstatic ConstraintConstraint.all(List<? extends Constraint> cs) static ConstraintConstraint.some(List<? extends Constraint> cs)