ModeAutomaton

onera.pmlanalyzer.views.dependability.model.ModeAutomaton
abstract class ModeAutomaton[T] extends Component

Base trait for all automaton-like component

Attributes

T

Possible modes of the automaton

Graph
Supertypes
trait Component
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def direction(e: Event): Option[Value]
def engage(e: Event): Unit
def fire(e: Event): Unit
def fireable(e: Event): Option[Transition[T]]
def getState: T
def update(): Unit

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Component -> Any
Inherited from:
Component

Abstract fields

val events: Set[Event]
val transitions: Set[Transition[T]]

Inherited fields

val id: Id

Attributes

Inherited from:
Component