Package jline.lang.layered
Class ItemEntry
-
-
Field Summary
Fields Modifier and Type Field Description protected int
cardinality
protected Distribution
popularity
public double
openArrivalRate
protected Task
parent
protected Map<Integer, String>
boundToActivity
protected Map<Integer, String>
replyActivity
protected Matrix
scheduling
public final static int
ACTIVITY
public final static int
CALL
public final static int
ENTRY
public final static int
HOST
public final static int
PROCESSOR
public final static int
TASK
public LayeredNetwork
model
protected String
name
-
Constructor Summary
Constructors Constructor Description ItemEntry(LayeredNetwork model, String name, int cardinality, Distribution distribution)
-
Method Summary
Modifier and Type Method Description int
getCardinality()
Distribution
getPopularity()
ItemEntry
on(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()
-
-
-
-