|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Problem
This is a common abstraction for all problem classes. All problems should extend this interface. All problems are effectively dynamic problems where non-dynamic problems are essentially problems that are "frozen" at an arbitrary time step.
Method Summary | |
---|---|
void |
changeEnvironment()
Change the environment. |
Problem |
getClone()
Create a cloned copy of the current object and return it. |
Method Detail |
---|
Problem getClone()
getClone
in interface Cloneable
Object.clone()
void changeEnvironment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |