Package jline.lang.layered
package jline.lang.layered
This package contains the classes used the specify LayeredNetwork objects
-
ClassesClassDescriptionAn Activity represents an individual processing step or service operation within a Task in a layered queueing network.A class modeling precedence relationships among activitiesA task that offers caching servicesAn Entry represents a service interface exposed by a Task in a layered queueing network.Deprecated.Use Task directly with setSetupTime() and setDelayOffTime() methods.A processor that can run TasksA caching service that gives access to itemsLayeredNetwork represents a layered queueing network (LQN) model for performance analysis of distributed and multi-tiered software systems.Element of a LayeredNetwork modelClass summarizing the characteristics of a LayeredNetworkAlias for the Host class, i.e., a processor that can run TasksA Task represents a software component or process in a layered queueing network that can host services (Entry objects) and runs on a Processor (Host).