Uses of Class
jline.lang.Element
Package
Description
Abstractions to declare basic elements of a model.
This package contains the classes used the specify LayeredNetwork objects
This package contains the classes used the specify Network objects
Classes that model the individual sections that form a Network node
-
Uses of Element in jline.lang
Modifier and TypeClassDescriptionclass
A class modelling a set of reachable classes for a given job (a chain)class
Class where jobs perpetually loop without arriving or leaving (Closed class)class
Class of jobs that perpetually loop at a given stationclass
A set of cacheable itemsclass
Superclass representing a class of jobsclass
Superclass representing a class of jobsclass
Class representing an element within a Network objectclass
A class of jobs that arrives from the external world to the Network and, after completion, leaves itclass
Class of jobs that perpetually loop at a given station -
Uses of Element in jline.lang.layered
Modifier and TypeClassDescriptionclass
An element modeling an individual service activityclass
A task that offers caching servicesclass
Service exposed by a Task objectclass
A processor that can run Tasksclass
A caching service that gives access to itemsclass
Element of a LayeredNetwork modelclass
Alias for the Host class, i.e., a processor that can run Tasksclass
A LayeredNetwork entity that can host services specified in the form of Entry objects and that runs on a Host -
Uses of Element in jline.lang.nodes
Modifier and TypeClassDescriptionclass
A class switch node based on cache hits or missesclass
A node that switches the class of an incoming job based on a probability tableclass
An infinite server station, i.e.class
A node that forks an incoming job into a set of sibling tasksclass
A node that reassembles a set of sibling tasks into the original parent jobclass
A node that logs passage of jobsclass
Superclass for a node element within a Network modelclass
A queueing station within a Network modelclass
A queueing station within a Network modelclass
A node that routes jobs without imposing any delayclass
A station with a service processclass
A station with a service processclass
An abstraction of the external world jobs in open classes depart toclass
An abstraction of the external world jobs in open classes come fromclass
A node that can have a stateclass
A node where jobs can spend time stationing thereclass
Transition as in a stochastic Petri net model -
Uses of Element in jline.lang.sections
Modifier and TypeClassDescriptionclass
Input buffer of a stationclass
A class switcher section recording cache hits and missesclass
A job class switcher based on a static probability tableclass
Output section that routes jobs to nodesclass
A section that models enabling conditions in a stochastic Petri net transitionclass
Output section that models the process of firing for a transition in a Stochastic Petri net modelclass
Output section that forks incoming jobs into sibling tasksclass
A service section with an infinite number of servers (pure delay)class
Input section of a stationclass
Input section of a join nodeclass
Output section of a Place in a Stochastic Petri net modelclass
A section that forwards jobs without introducing delays in a Log nodeclass
Output section of a nodeclass
A service section that processes jobs using Polling schedulingclass
A preemptive service sectionclass
Input buffer of a Sourceclass
A general class modeling a node sectionclass
A service section that processes jobsclass
A section offering a serviceclass
A section that forwards jobs without introducing delays in a service stationclass
A server shared by multiple jobs simultaneouslyclass
A class switcher that depends on its local stateclass
A class switcher that does not have a local stateclass
Input buffer of a Place in a Stochatic Petri net modelclass
A service section of a Transition in a stochastic Petri net model