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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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()
    • Method Detail