See: Description
| Interface | Description |
|---|---|
| LoadFactory<J extends SimJob,Q extends SimQueue> |
A factory for generating a load (in terms of job arrivals, vacations, etc.) on one or more
SimQueues. |
| LoadFactory_SQ_SV<J extends SimJob,Q extends SimQueue> |
A
LoadFactory that generates a load for a single SimQueue in which each job visits the queue at most once. |
| LoadFactoryHint |
A tagging interface for a hint to a
LoadFactory. |
| Class | Description |
|---|---|
| AbstractLoadFactory_SQ_SV<J extends SimJob,Q extends SimQueue> |
Abstract implementation of
LoadFactory_SQ_SV, mostly meant to store utility methods common to
concrete implementations. |
Copyright © 2018. All rights reserved.