Class Marked

All Implemented Interfaces:
Serializable, Copyable
Direct Known Subclasses:
MarkedMAP, MarkedMMPP

public abstract class Marked extends MarkovModulated implements Serializable
An abstract class for marked point processes
See Also:
  • Constructor Details

    • Marked

      public Marked(String name, int numParam)
  • Method Details

    • D

      public Matrix D(int i)
      Description copied from class: Markovian
      Gets the i-th matrix of the Markovian arrival process representation.
      Overrides:
      D in class Markovian
      Parameters:
      i - the matrix index (0 for D0, 1 for D1, etc.)
      Returns:
      the matrix at index i
    • D

      public Matrix D(int i, int k)
    • getD1k

      public Matrix getD1k(int k)