|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
org.objectweb.proactive.p2p.api.problem | |
org.objectweb.proactive.p2p.api.solver | |
org.objectweb.proactive.p2p.api.worker |
Uses of Result in org.objectweb.proactive.p2p.api.problem |
Methods in org.objectweb.proactive.p2p.api.problem that return Result | |
abstract Result |
Problem.execute(java.lang.Object[] params)
Work of the task. |
abstract Result |
Problem.gather(Result[] results)
To merge all results from daughters tasks when they finish their works. |
Result |
Problem.getCurrentResult()
|
Methods in org.objectweb.proactive.p2p.api.problem with parameters of type Result | |
abstract boolean |
Result.isBetterThanMe(Result other)
|
abstract Result |
Problem.gather(Result[] results)
To merge all results from daughters tasks when they finish their works. |
Uses of Result in org.objectweb.proactive.p2p.api.solver |
Methods in org.objectweb.proactive.p2p.api.solver that return Result | |
Result |
Solver.solve(java.lang.Object[] params)
|
abstract Result |
Solver.end(Result result)
|
Methods in org.objectweb.proactive.p2p.api.solver with parameters of type Result | |
abstract Result |
Solver.end(Result result)
|
Uses of Result in org.objectweb.proactive.p2p.api.worker |
Methods in org.objectweb.proactive.p2p.api.worker that return Result | |
Result |
Worker.execute(java.lang.Object[] params)
|
Result |
Worker.executeDaughter(java.lang.Object[] params)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |