FMAutomaton

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

Attributes

Graph
Supertypes
class ModeAutomaton[T]
trait Component
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

def direction(e: Event): Option[Value]

Attributes

Inherited from:
ModeAutomaton
def engage(e: Event): Unit

Attributes

Inherited from:
ModeAutomaton
def fire(e: Event): Unit

Attributes

Inherited from:
ModeAutomaton
def fireable(e: Event): Option[Transition[T]]

Attributes

Inherited from:
ModeAutomaton
def getState: T

Attributes

Inherited from:
ModeAutomaton
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
def update(): Unit

Attributes

Inherited from:
ModeAutomaton

Abstract fields

val eventMap: Map[Symbol, Event]
val o: OutputPort[T]
val outputPorts: Set[OutputPort[T]]
val transitions: Set[Transition[T]]

Inherited fields

val events: Set[Event]

Attributes

Inherited from:
ModeAutomaton