choco.kernel.model.variables
Interface IntBoundedVariable

All Known Implementing Classes:
IntegerConstantVariable, IntegerExpressionVariable, IntegerVariable, MetaIntegerExpressionVariable, SetConstantVariable, SetExpressionVariable, SetVariable

public interface IntBoundedVariable

Author:
Arnaud Malapert Interface to add lower bound and upper bound to variable

Method Summary
 int getLowB()
           
 int getUppB()
           
 void setLowB(int lowB)
           
 void setUppB(int uppB)
           
 

Method Detail

getLowB

int getLowB()

setLowB

void setLowB(int lowB)

getUppB

int getUppB()

setUppB

void setUppB(int uppB)


Copyright © 2012. All Rights Reserved.