All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ing.baker.petrinet.api.Marking.scala Maven / Gradle / Ivy

The newest version!
package com.ing.baker.petrinet.api

object Marking {

  /**
    * Returns the empty marking.
    *
    * @return The empty marking.
    */
  def empty[X]: Marking[X] = Map.empty[X, MultiSet[Any]]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy