|
|||||||||
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 |
Algorithm |
prototype()
big O notation execution time over all actors. |
Methods inherited from interface nz.ac.waikato.mcennis.rat.Component |
---|
getInputType, getOutputType, getParameter, getParameter, init |
Methods inherited from interface nz.ac.waikato.mcennis.rat.graph.model.Model |
---|
addListener |
Method Detail |
---|
void execute(Graph g)
g
- graph to be modifiedAlgorithm prototype()
prototype
in interface Component
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |