BlockModel

onera.pmlanalyzer.views.dependability.exporters.BlockModel
sealed trait BlockModel[T] extends EquiBlockFlowPlacer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Inherited
  • Not inherited
  • EquiBlockFlowPlacer

Members list

Concise view

Value members

Inherited methods

def idOf(f: Flow): Int

Attributes

Inherited from:
EquiBlockFlowPlacer
def position(f: Flow): (Int, Int)

Attributes

Inherited from:
EquiBlockFlowPlacer

Abstract fields

val code: String
val flows: List[Flow]
val name: Symbol
val simul: List[ImageModel]