Package jline.lang.layered
Class ItemEntry
-
-
Field Summary
Fields Modifier and Type Field Description protected intcardinalityprotected Distributionpopularitypublic doubleopenArrivalRateprotected Taskparentprotected Map<Integer, String>boundToActivityprotected Map<Integer, String>replyActivityprotected Matrixschedulingpublic final static intACTIVITYpublic final static intCALLpublic final static intENTRYpublic final static intHOSTpublic final static intPROCESSORpublic final static intTASKpublic LayeredNetworkmodelprotected Stringname
-
Constructor Summary
Constructors Constructor Description ItemEntry(LayeredNetwork model, String name, int cardinality, Distribution distribution)
-
Method Summary
Modifier and Type Method Description intgetCardinality()DistributiongetPopularity()ItemEntryon(Task newParent)-
Methods inherited from class jline.lang.layered.Entry
getOpenArrivalRate, setOpenArrivalRate -
Methods inherited from class jline.lang.Element
getName, setName -
Methods inherited from class jline.lang.Copyable
copy -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ItemEntry
ItemEntry(LayeredNetwork model, String name, int cardinality, Distribution distribution)
-
-
Method Detail
-
getCardinality
int getCardinality()
-
getPopularity
Distribution getPopularity()
-
-
-
-