lio.individuals
Class LiOBounds

java.lang.Object
  extended by lio.individuals.LiOBounds
Direct Known Subclasses:
BitChainBounds, ContChainBounds, PermutationBounds

public abstract class LiOBounds
extends java.lang.Object

Subclasses of LiOBounds allows defining the kind of data used by the algorithms to solve a task.


Field Summary
protected  int size
          Size of the individuals or maximum size of the individuals if it is variable.
 
Constructor Summary
LiOBounds()
           
 
Method Summary
 int getSize()
          Getter for property size.
 void setSize(int size)
          Setter for property size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

protected int size
Size of the individuals or maximum size of the individuals if it is variable.

Constructor Detail

LiOBounds

public LiOBounds()
Method Detail

getSize

public int getSize()
Getter for property size.

Returns:
Value of property size.

setSize

public void setSize(int size)
Setter for property size.

Parameters:
size - New value of property size.