|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationQueue | |
|---|---|
| generation | Provides classes to view, play and generate exercises. |
| mauda | Provides important base-classes and interfaces used by the whole MAUDA-Project. |
| mauda.feedback | Provides feedback-specific classes, used by the different feedback-types. |
| mauda.feedback.types | Provides classes, to handle the different feedback-types. |
| mauda.operation | Provides classes, to store operations and suboperations. |
| mauda.plugin | Provides common plug-in-specific classes and interfaces, used by implemented plug-ins. |
| mauda.plugin.binqueue | Classes for the binomial-queue plug-in. |
| mauda.plugin.fibheap | Classes and interfaces for the fibonacci-heap plug-in. |
| Uses of OperationQueue in generation |
|---|
| Fields in generation declared as OperationQueue | |
|---|---|
OperationQueue |
OpTemplateTab.operationQueue
Stores the operations for this Tab. |
| Uses of OperationQueue in mauda |
|---|
| Methods in mauda that return OperationQueue | |
|---|---|
OperationQueue |
OperationRecorder.getAllInitOperationQueue()
Gets the init-operations as an OperationQueue. |
OperationQueue |
OperationRecorder.getAllTodoOperationQueue()
Gets the todo-operations as an OperationQueue. |
OperationQueue |
OperationRecorder.getInitOperationQueue()
Gets the init-operations as an OperationQueue. |
OperationQueue |
OperationRecorder.getTodoOperationQueue()
Gets the todo-operations as an OperationQueue. |
| Methods in mauda with parameters of type OperationQueue | |
|---|---|
void |
Exercise.commit(OperationQueue oq)
Adds several operations (from OperationQueue) to the animation-operations that the JedasPanel should execute |
| Uses of OperationQueue in mauda.feedback |
|---|
| Methods in mauda.feedback that return OperationQueue | |
|---|---|
OperationQueue |
SimpleFeedback.getInitOperationQueue()
Gets the init-operations |
OperationQueue |
SimpleFeedback.getTodoOperationQueue()
Gets the todo-operations |
| Methods in mauda.feedback with parameters of type OperationQueue | |
|---|---|
void |
SimpleFeedback.setInitOperationQueue(OperationQueue oq)
Sets the init-operations |
void |
SimpleFeedback.setTodoOperationQueue(OperationQueue oq)
Sets the todo-operations |
| Uses of OperationQueue in mauda.feedback.types |
|---|
| Methods in mauda.feedback.types with parameters of type OperationQueue | |
|---|---|
void |
FaultFeedback.setTodoOperationQueue(OperationQueue oq)
|
| Uses of OperationQueue in mauda.operation |
|---|
| Methods in mauda.operation that return OperationQueue | |
|---|---|
OperationQueue[] |
OperationQueue.getPermutations()
Gets all permutations of this OperationQueue |
| Methods in mauda.operation with parameters of type OperationQueue | |
|---|---|
void |
OperationQueue.addAll(OperationQueue o)
Adds all Operations of the delivered OperationQueue to this OperationQueue |
| Uses of OperationQueue in mauda.plugin |
|---|
| Methods in mauda.plugin that return OperationQueue | |
|---|---|
OperationQueue |
Analysable.autoGen(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
Calculates the todo-operations for the current data-structure |
static OperationQueue |
GeneralAnalyst.autoGen(java.lang.Object o,
OperationQueue operationQueue,
int difficulty,
int mode)
Generates the todo-operations |
OperationQueue[] |
Analysable.fullAutomatic(java.lang.Object o,
OperationQueue init,
OperationQueue scramble,
OperationQueue autoGen,
int difficulty,
int mode)
Generates a complete exercise from the given parameters. |
static OperationQueue[] |
GeneralAnalyst.fullAutomatic(java.lang.Object o,
OperationQueue initOQ,
OperationQueue scrambleOQ,
OperationQueue autoGenOQ,
int difficulty,
int mode)
Generates a complete exercise |
OperationQueue |
Analysable.getOperations(java.lang.Object o)
Calculates all possible different Operation's at the current-state of the data-structure. |
static OperationQueue |
GeneralAnalyst.getOperations(java.lang.Object o)
Gets all possible logical different Operations |
OperationQueue |
Analysable.init(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
Calculates operations to initialize a data-structure |
static OperationQueue |
GeneralAnalyst.init(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
Generates the initializing operations |
OperationQueue |
Analysable.scramble(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
Calculates operations to scramble the current data-structure |
static OperationQueue |
GeneralAnalyst.scramble(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
Scrambles the current data-structure |
| Methods in mauda.plugin with parameters of type OperationQueue | |
|---|---|
OperationQueue |
Analysable.autoGen(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
Calculates the todo-operations for the current data-structure |
static OperationQueue |
GeneralAnalyst.autoGen(java.lang.Object o,
OperationQueue operationQueue,
int difficulty,
int mode)
Generates the todo-operations |
OperationQueue[] |
Analysable.fullAutomatic(java.lang.Object o,
OperationQueue init,
OperationQueue scramble,
OperationQueue autoGen,
int difficulty,
int mode)
Generates a complete exercise from the given parameters. |
static OperationQueue[] |
GeneralAnalyst.fullAutomatic(java.lang.Object o,
OperationQueue initOQ,
OperationQueue scrambleOQ,
OperationQueue autoGenOQ,
int difficulty,
int mode)
Generates a complete exercise |
OperationQueue |
Analysable.init(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
Calculates operations to initialize a data-structure |
static OperationQueue |
GeneralAnalyst.init(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
Generates the initializing operations |
OperationQueue |
Analysable.scramble(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
Calculates operations to scramble the current data-structure |
static OperationQueue |
GeneralAnalyst.scramble(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
Scrambles the current data-structure |
| Uses of OperationQueue in mauda.plugin.binqueue |
|---|
| Methods in mauda.plugin.binqueue that return OperationQueue | |
|---|---|
OperationQueue |
BinQueueAnalyse.autoGen(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
OperationQueue[] |
BinQueueAnalyse.fullAutomatic(java.lang.Object o,
OperationQueue initOQ,
OperationQueue scrambleOQ,
OperationQueue autoGenOQ,
int difficulty,
int mode)
|
OperationQueue |
BinQueueAnalyse.getOperations(java.lang.Object o)
|
OperationQueue |
BinQueueAnalyse.init(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
OperationQueue |
BinQueueAnalyse.scramble(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
| Methods in mauda.plugin.binqueue with parameters of type OperationQueue | |
|---|---|
OperationQueue |
BinQueueAnalyse.autoGen(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
OperationQueue[] |
BinQueueAnalyse.fullAutomatic(java.lang.Object o,
OperationQueue initOQ,
OperationQueue scrambleOQ,
OperationQueue autoGenOQ,
int difficulty,
int mode)
|
OperationQueue |
BinQueueAnalyse.init(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
OperationQueue |
BinQueueAnalyse.scramble(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
| Uses of OperationQueue in mauda.plugin.fibheap |
|---|
| Methods in mauda.plugin.fibheap that return OperationQueue | |
|---|---|
OperationQueue |
FibHeapAnalyse.autoGen(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
OperationQueue[] |
FibHeapAnalyse.fullAutomatic(java.lang.Object o,
OperationQueue initOQ,
OperationQueue scrambleOQ,
OperationQueue autoGenOQ,
int difficulty,
int mode)
|
OperationQueue |
FibHeapAnalyse.getOperations(java.lang.Object o)
|
OperationQueue |
FibHeapAnalyse.init(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
OperationQueue |
FibHeapAnalyse.scramble(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
| Methods in mauda.plugin.fibheap with parameters of type OperationQueue | |
|---|---|
OperationQueue |
FibHeapAnalyse.autoGen(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
OperationQueue[] |
FibHeapAnalyse.fullAutomatic(java.lang.Object o,
OperationQueue initOQ,
OperationQueue scrambleOQ,
OperationQueue autoGenOQ,
int difficulty,
int mode)
|
OperationQueue |
FibHeapAnalyse.init(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
OperationQueue |
FibHeapAnalyse.scramble(java.lang.Object o,
OperationQueue givenOperations,
int difficulty,
int mode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||