Package jline.examples.java.advanced
Class LayeredCQModel
java.lang.Object
jline.examples.java.advanced.LayeredCQModel
Model definitions for Layered CQ (Contention Queue) examples.
Companion class to LayeredCQExamples.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayeredNetworkModel for lcq_singlehost.ipynb - matches MATLAB lcq_singlehost.m This model includes a cache task with hit/miss activitiesstatic LayeredNetworkModel for lcq_threehosts.ipynb - matches MATLAB lcq_threehosts.m This model includes a cache task with three hosts (processors)
-
Constructor Details
-
LayeredCQModel
public LayeredCQModel()
-
-
Method Details
-
lcq_singlehost
Model for lcq_singlehost.ipynb - matches MATLAB lcq_singlehost.m This model includes a cache task with hit/miss activities -
lcq_threehosts
Model for lcq_threehosts.ipynb - matches MATLAB lcq_threehosts.m This model includes a cache task with three hosts (processors)
-