| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlio.individuals.LiOBounds
lio.individuals.ContChainBounds
public class ContChainBounds
Represents the boundaries for each variable in a problem represented by a chain of real values.
| Field Summary | 
|---|
| Fields inherited from class lio.individuals.LiOBounds | 
|---|
size | 
| Constructor Summary | |
|---|---|
ContChainBounds(int pSize)
Constructor  | 
|
ContChainBounds(int pSize,
                double lower,
                double upper)
Constructor  | 
|
| Method Summary | |
|---|---|
 double[] | 
getLowerLimits()
Getter for property lowerLimits.  | 
 double[] | 
getUpperLimits()
Getter for property upperLimits.  | 
 void | 
setLowerLimitForVariable(int variable,
                         double limit)
Sets lower limits for some variable.  | 
 void | 
setLowerLimits(double limit)
Sets lower limits  | 
 void | 
setLowerLimits(double[] lowerLimits)
Setter for property lowerLimits.  | 
 void | 
setRanges(double lower,
          double upper)
Sets ranges for both lower and upper limits  | 
 void | 
setUpperLimitForVariable(int variable,
                         double limit)
Sets upper limits for some variable.  | 
 void | 
setUpperLimits(double limit)
Sets upper limits  | 
 void | 
setUpperLimits(double[] upperLimits)
Setter for property upperLimits.  | 
| Methods inherited from class lio.individuals.LiOBounds | 
|---|
getSize, setSize | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ContChainBounds(int pSize)
public ContChainBounds(int pSize,
                       double lower,
                       double upper)
| Method Detail | 
|---|
public void setRanges(double lower,
                      double upper)
public void setLowerLimits(double limit)
public void setUpperLimits(double limit)
public void setLowerLimitForVariable(int variable,
                                     double limit)
public void setUpperLimitForVariable(int variable,
                                     double limit)
public double[] getUpperLimits()
public void setUpperLimits(double[] upperLimits)
upperLimits - New value of property upperLimits.public double[] getLowerLimits()
public void setLowerLimits(double[] lowerLimits)
lowerLimits - New value of property lowerLimits.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||