Package jline.lang.sections
Class Timing
-
- All Implemented Interfaces:
-
java.io.Serializable
,jline.lang.Copyable
public class Timing extends ServiceSection implements Serializable
A service section of a Transition in a stochastic Petri net model
-
-
Field Summary
Fields Modifier and Type Field Description protected double
numberOfServers
protected Map<JobClass, ServiceBinding>
serviceProcesses
public String
className
protected String
name
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class jline.lang.sections.Section
getClassName
-
Methods inherited from class jline.lang.sections.ServiceSection
containsJobClass, getServiceDistribution, getServiceProcess, removeServiceProcess, setServiceProcesses
-
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
-
Timing
Timing(String name)
-
Timing
Timing()
-
-
-
-