|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchoco.AbstractEntity
public abstract class AbstractEntity
An overall root abstract class.
| Field Summary | |
|---|---|
java.lang.Object |
hook
All objects may be linked to an external object |
AbstractProblem |
problem
The (optimization or decision) problem to which the entity belongs. |
| Constructor Summary | |
|---|---|
protected |
AbstractEntity()
|
protected |
AbstractEntity(AbstractProblem pb)
|
| Method Summary | |
|---|---|
AbstractProblem |
getProblem()
Retrieves the problem of the entity |
java.lang.String |
pretty()
pretty printing of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Object hook
public AbstractProblem problem
| Constructor Detail |
|---|
protected AbstractEntity()
protected AbstractEntity(AbstractProblem pb)
| Method Detail |
|---|
public AbstractProblem getProblem()
getProblem in interface Entitypublic java.lang.String pretty()
Entity
pretty in interface Entity
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||