|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.plugin.OperationExecuter
public class OperationExecuter
Maps operation-ids to the corresponding methods in the data-structure. Every PlugIn must have a class that extends this class.
| Constructor Summary | |
|---|---|
OperationExecuter()
Creates a OperationExecuter |
|
| 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. |
Ratings |
getRatings()
Gets the Ratings for the SubOperations. |
void |
setRatings(Ratings r)
Sets the Ratings for the SubOperations. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationExecuter()
| Method Detail |
|---|
public void executeTemplate(Operation op,
java.lang.Object o)
op - Operationo - data-structure
public void execute(Operation op,
java.lang.Object o)
op - Operationo - data-structure
public void execute(SubOperation op,
java.lang.Object o)
op - SubOperationo - data-structurepublic Ratings getRatings()
public void setRatings(Ratings r)
r - Ratings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||