Package jline.lang.layered
This package contains the classes used the specify LayeredNetwork objects
See: Description
-
Class Summary Class Description Processor Alias for the Host class, i.e. Host A processor that can run Tasks Entry An Entry represents a service interface exposed by a Task in a layered queueing network. LayeredNetworkStruct Class summarizing the characteristics of a LayeredNetwork LayeredNetworkElement Element of a LayeredNetwork model Activity An Activity represents an individual processing step or service operation within a Task in a layered queueing network. FunctionTask A specialized Task for modeling serverless functions and function-as-a-service (FaaS) systems. CacheTask A task that offers caching services ItemEntry A caching service that gives access to items LayeredNetwork LayeredNetwork represents a layered queueing network (LQN) model for performance analysis of distributed and multi-tiered software systems. Task A Task represents a software component or process in a layered queueing network that can host services (Entry objects) and runs on a Processor (Host). ActivityPrecedence A class modeling precedence relationships among activities