Transition

onera.pmlanalyzer.views.dependability.model.Transition
case class Transition[T](guard: () => Boolean, e: Event, computeNewState: () => T)

Representation of automaton transitions

Attributes

T

the type of the owner state

computeNewState

the new state when the transaction will be fired

e

the trigger event

guard

predicate encoding the guard of the transition

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product