Package jline.lang.layered
Class Activity
java.lang.Object
jline.lang.Element
jline.lang.layered.LayeredNetworkElement
jline.lang.layered.Activity
- All Implemented Interfaces:
Serializable
An element modeling an individual service activity
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Matrix
protected String
protected String
protected Distribution
protected double
protected double
protected Task
protected String
protected Matrix
protected Matrix
-
Constructor Summary
ConstructorDescriptionActivity
(LayeredNetwork model, String name) Activity
(LayeredNetwork model, String name, Distribution hostDemand) Activity
(LayeredNetwork model, String name, Distribution hostDemand, String boundToEntry) Activity
(LayeredNetwork model, String name, Distribution hostDemand, String boundToEntry, String callOrder) -
Method Summary
Modifier and TypeMethodDescriptionasynchCall
(String asynchCallDest) asynchCall
(String asynchCallDest, double asynchCallMean) asynchCall
(Entry asynchCallDest) asynchCall
(Entry asynchCallDest, double asynchCallMean) setCallOrder
(String callOrder) void
setHostDemand
(double hostDemand) void
setHostDemand
(Distribution hostDemand) void
-
Field Details
-
hostDemand
-
hostDemandMean
protected double hostDemandMean -
hostDemandSCV
protected double hostDemandSCV -
parent
-
parentName
-
boundToEntry
-
callOrder
-
syncCallDests
-
syncCallMeans
-
asyncCallDests
-
asyncCallMeans
-
scheduling
-
-
Constructor Details
-
Activity
public Activity(LayeredNetwork model, String name, Distribution hostDemand, String boundToEntry, String callOrder) -
Activity
-
Activity
-
Activity
-
-
Method Details
-
setParent
-
on
-
setHostDemand
public void setHostDemand(double hostDemand) -
setHostDemand
-
repliesTo
- Throws:
Exception
-
boundTo
-
boundTo
-
setCallOrder
-
synchCall
-
synchCall
-
synchCall
-
synchCall
-
asynchCall
-
asynchCall
-
asynchCall
-
asynchCall
-