|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Algorithm
Interface specifying an algorithm that operates against a Graph. Each is a Component, with parameters and input and output decsriptors. Parameters will be changed to be javaBeans in a future release
| Method Summary | |
|---|---|
void |
execute(Graph g)
execute the algorithm against the given graph |
| Methods inherited from interface nz.ac.waikato.mcennis.rat.Component |
|---|
getInputType, getOutputType, getParameter, getParameter, getSettableParameter, getSettableParameter, init |
| Methods inherited from interface nz.ac.waikato.mcennis.rat.graph.model.Model |
|---|
addListener |
| Method Detail |
|---|
void execute(Graph g)
g - graph to be modified
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||