|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISolution
Definition of a solution that may be associated to one
or more problems. A solution may either be active or passive.
If a solutions is active its ISolver.solve()-method
is assumed to provide an action that solves the associated
problem(s). In general a solution has to contain a text that
gives a brief description of the solution that is presented
to the user.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get a brief text that gives a description of this solution. |
java.lang.String |
getID()
Get this solution's ID. |
boolean |
isActive()
Determine if this solution is active. |
| Methods inherited from interface eu.geclipse.core.reporting.ISolver |
|---|
solve |
| Method Detail |
|---|
java.lang.String getID()
null
if this solution was created programmatically.boolean isActive()
ISolver.solve()-method in order to solve the
associated problem(s). Non-active solutions are called
passive solutions and only contain a descriptive text that
may give the user hints how to solve the associated
problem.
java.lang.String getDescription()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||