SimpleFMAutomaton

onera.pmlanalyzer.views.dependability.model.SimpleFMAutomaton
See theSimpleFMAutomaton companion object
class SimpleFMAutomaton[T] extends FMAutomaton[T]

Attributes

Companion:
object
Graph
Supertypes
class FMAutomaton[T]
class ModeAutomaton[T]
trait Component
class Object
trait Matchable
class Any

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

Concrete fields

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