Package jline.examples.java.advanced
Class LayeredCQModel
-
- All Implemented Interfaces:
public class LayeredCQModel
Model definitions for Layered CQ (Contention Queue) examples. Companion class to LayeredCQExamples.
-
-
Constructor Summary
Constructors Constructor Description LayeredCQModel()
-
Method Summary
Modifier and Type Method Description static LayeredNetwork
lcq_singlehost()
Model for lcq_singlehost.ipynb - matches MATLAB lcq_singlehost. static LayeredNetwork
lcq_threehosts()
Model for lcq_threehosts.ipynb - matches MATLAB lcq_threehosts. -
-
Method Detail
-
lcq_singlehost
static LayeredNetwork lcq_singlehost()
Model for lcq_singlehost.ipynb - matches MATLAB lcq_singlehost.m This model includes a cache task with hit/miss activities
-
lcq_threehosts
static LayeredNetwork lcq_threehosts()
Model for lcq_threehosts.ipynb - matches MATLAB lcq_threehosts.m This model includes a cache task with three hosts (processors)
-
-
-
-