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

it.unibo.scafi.simulation.frontend.model.Action.scala Maven / Gradle / Ivy

The newest version!
package it.unibo.scafi.simulation.frontend.model

/**
  * Created by chiara on 14/11/16.
  */
trait Action {
  def name: String

  def action: Any
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy