|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlio.individuals.LiOBounds
public abstract class LiOBounds
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 |
|---|
protected int size
| Constructor Detail |
|---|
public LiOBounds()
| Method Detail |
|---|
public int getSize()
public void setSize(int size)
size - New value of property size.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||