Uses of Class
jline.lang.layered.Entry
Packages that use Entry
Package
Description
TikZ visualization package for LINE queueing networks.
This package contains the classes used the specify LayeredNetwork objects
-
Uses of Entry in jline.io.tikz
Fields in jline.io.tikz declared as EntryMethods in jline.io.tikz that return EntryModifier and TypeMethodDescriptionSequenceDiagramLayoutEngine.getEntryForActivity(Activity activity) Constructors in jline.io.tikz with parameters of type EntryModifierConstructorDescriptionInteraction(SequenceDiagramTraverser.Interaction.Type type, Task sourceTask, Task targetTask, Entry targetEntry, Activity sourceActivity, double callMean, int level) -
Uses of Entry in jline.lang.layered
Subclasses of Entry in jline.lang.layeredFields in jline.lang.layered with type parameters of type EntryMethods in jline.lang.layered that return EntryModifier and TypeMethodDescriptionAdd a forwarding call to another entry by name with probability 1.0.Add a forwarding call to another entry by name with a specified probability.Add a forwarding call to another entry with probability 1.0.Add a forwarding call to another entry with a specified probability.Entry.setArrival(Distribution arrival) Sets the open arrival process for this entry.Sets the type of this entry.Methods in jline.lang.layered that return types with arguments of type EntryModifier and TypeMethodDescriptionLayeredNetwork.getEntries()Task.getEntries()Returns the list of entries for this task.Methods in jline.lang.layered with parameters of type EntryModifier and TypeMethodDescriptionActivity.asynchCall(Entry asynchCallDest) Activity.asynchCall(Entry asynchCallDest, double asynchCallMean) Add a forwarding call to another entry with probability 1.0.Add a forwarding call to another entry with a specified probability.Method parameters in jline.lang.layered with type arguments of type Entry