|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.plugin.OperationExecuter
mauda.plugin.fibheap.FibHeapOperationExecuter
public class FibHeapOperationExecuter
Maps operation-ids to the corresponding methods in the FibHeap-data-structure.
| Constructor Summary | |
|---|---|
FibHeapOperationExecuter()
Creates a FibHeap-Operation-Executer |
|
| Method Summary | |
|---|---|
void |
execute(Operation op,
java.lang.Object o)
Executes an Operation on the current data-structure |
void |
execute(SubOperation op,
java.lang.Object o)
Executes an SubOperation on the current data-structure |
void |
executeTemplate(Operation op,
java.lang.Object o)
Executes an Operation on a copy of the current data-structure, and filles consequently the SubOperations for the current operation, without changing the current data-structure. |
| Methods inherited from class mauda.plugin.OperationExecuter |
|---|
getRatings, setRatings |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FibHeapOperationExecuter()
| Method Detail |
|---|
public void executeTemplate(Operation op,
java.lang.Object o)
OperationExecuter
executeTemplate in class OperationExecuterop - Operationo - data-structure
public void execute(Operation op,
java.lang.Object o)
OperationExecuter
execute in class OperationExecuterop - Operationo - data-structure
public void execute(SubOperation op,
java.lang.Object o)
OperationExecuter
execute in class OperationExecuterop - SubOperationo - data-structure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||