See: Description
| Interface | Description |
|---|---|
| SimQueueEventPredictor<Q extends SimQueue> |
An object capable of predicting the behavior of one or more
SimQueues under external and internal events. |
| SimQueuePrediction_SQ_SV<Q extends SimQueue> | |
| SimQueuePredictor<Q extends SimQueue> |
An object capable of predicting the behavior of one or more
SimQueues under user-supplied workload and conditions. |
| SimQueueStatePredictor<Q extends SimQueue> |
An object capable of predicting aspects of the state of one or more
SimQueues. |
| Class | Description |
|---|---|
| AbstractSimQueuePredictor<Q extends SimQueue> |
Partial implementation of and utility methods for
SimQueuePredictor. |
| DefaultSimQueuePrediction_SQ_SV<Q extends SimQueue> |
A default implementation of a
SimQueuePrediction_SQ_SV. |
| Exception | Description |
|---|---|
| SimQueuePredictionAmbiguityException |
Thrown to indicate that a
SimQueuePredictor or related object cannot produce a unique prediction. |
| SimQueuePredictionComplexityException |
Thrown to indicate that a
SimQueuePredictor or related object cannot produce one or more predictions
because a certain complexity threshold (e.g., in terms of number of predictions) is exceeded. |
| SimQueuePredictionException |
A checked
Exception used in SimQueuePredictor and related classes and interfaces. |
| SimQueuePredictionInvalidInputException |
Thrown to indicate that a
SimQueuePredictor or related object cannot produce a prediction because its input is invalid. |
Copyright © 2018. All rights reserved.