Package jline.lang
Abstractions to declare basic elements of a model.
See: Description
-
Class Summary Class Description NetworkGenerator A generator object that generates queueing network models based on user specification. OpenClass A class of jobs that arrives from the external world to the Network and, after completion, leaves it GlobalSync Class representing a global synchronization event with active and passive participants FiniteCapacityRegion Collection of stations with constraints on the number of admitted jobs Env An environment model defined by a collection of network sub-models coupled with an environment transition rule that selects the active sub-model. ClosedClass Class where jobs perpetually loop without arriving or leaving (Closed class) Model Class representing a model supported by the library NetworkElement Class representing an element within a Network object Event Class abstracting an event within a Network model OutputStrategy Class modelling the output section of a Node NodeParam Base class for node parameters in queueing network models. SelfLoopingClass Class of jobs that perpetually loop at a given station DisabledClass Class of jobs that perpetually loop at a given station routingMatrixReturn Network A queueing network model TABLE OF CONTENTS: 1. Ensemble A model defined by a collection of sub-models Chain A class modelling a set of reachable classes for a given job (a chain) ServiceBinding A class for associating job classes, service strategies and distributions RoutingMatrix Class representing a probabilistic routing matrix NodeAttribute Auxiliary class for information stored within a Node object Sync A declaration of a synchronization on a NetworkEvent FeatureSet Class representing the features of a particular solver ClassSwitchMatrix Matrix representation for job class switching probabilities in queueing networks. ItemSet A set of cacheable items Metric Constants for specifying a Metric JobClass Superclass representing a class of jobs ModeEvent A mode event occurring in a Network. NetworkStruct Class summarizing the characteristics of a Network object Mode Superclass representing a class of jobs NetworkAttribute Class for auxiliary information stored in Network objects Element Superclass for model elements TaggedChainResult Result of tagging a chain in a model ModelAdapter Static class to transform and adapt models, providing functionality for: - Creating tagged job models for response time analysis - Fork-join network transformations (formerly from FJ. -
Interface Summary Interface Description ResetQueueLengthsFunction ResetEnvRatesFunction Copyable Copyable interface allows to perform deep-copy of objects via the copy() method.