Uses of Class
jline.lang.NetworkElement
Packages that use NetworkElement
Package
Description
Abstractions to declare basic elements of a model.
This package contains the classes used the specify Network objects
Classes that model the individual sections that form a Network node
-
Uses of NetworkElement in jline.lang
Subclasses of NetworkElement in jline.langModifier and TypeClassDescriptionclassA class modelling a set of reachable classes for a given job (a chain)classClass where jobs perpetually loop without arriving or leaving (Closed class)classA closed signal class for modeling signals in closed queueing networks.classClass of jobs that perpetually loop at a given stationclassA set of cacheable itemsclassSuperclass representing a class of jobsclassSuperclass representing a class of jobsclassA class of jobs that arrives from the external world to the Network and, after completion, leaves itclassAn open signal class representing special customers in G-networks and related models.classClass of jobs that perpetually loop at a given stationclassA signal placeholder class that automatically resolves to OpenSignal or ClosedSignal. -
Uses of NetworkElement in jline.lang.nodes
Subclasses of NetworkElement in jline.lang.nodesModifier and TypeClassDescriptionclassA cache node that implements cache replacement policies and class switching based on cache hits and misses.classA node that switches the class of an incoming job based on a probability tableclassAn infinite server station, i.e.classA node that forks an incoming job into a set of sibling tasks.classA node that reassembles a set of sibling tasks into the original parent jobclassA node that logs passage of jobsclassSuperclass for a node element within a Network modelclassA queueing station within a Network modelclassA queueing station that processes jobs according to various scheduling strategies.classA node that routes jobs without imposing any delayclassA station with a service processclassA station with a service processclassAn abstraction of the external world jobs in open classes depart toclassAn abstraction of the external world jobs in open classes come fromclassA node that can have a stateclassA node where jobs can spend time stationing thereclassTransition as in a stochastic Petri net model -
Uses of NetworkElement in jline.lang.sections
Subclasses of NetworkElement in jline.lang.sectionsModifier and TypeClassDescriptionclassInput buffer of a stationclassA class switcher section recording cache hits and missesclassA job class switcher based on a static probability tableclassOutput section that routes jobs to nodesclassA section that models enabling conditions in a stochastic Petri net transitionclassOutput section that models the process of firing for a transition in a Stochastic Petri net modelclassOutput section that forks incoming jobs into sibling tasksclassA service section with an infinite number of servers (pure delay).classInput section of a stationclassInput section of a join nodeclassOutput section of a Place in a Stochastic Petri net modelclassA section that forwards jobs without introducing delays in a Log nodeclassOutput section of a nodeclassA service section that processes jobs using Polling schedulingclassA preemptive service section that can interrupt lower priority jobs to serve higher priority jobs.classInput buffer of a SourceclassA general class modeling a node sectionclassA service section that processes jobsclassA section offering a serviceclassA section that forwards jobs without introducing delays in a service stationclassA server shared by multiple jobs simultaneouslyclassA class switcher that depends on its local stateclassA class switcher that does not have a local stateclassInput buffer of a Place in a Stochatic Petri net modelclassA service section of a Transition in a stochastic Petri net model