EquipmentModel

onera.pmlanalyzer.views.dependability.exporters.EquipmentModel
See theEquipmentModel companion object
class EquipmentModel(val name: Symbol, val parent: VersionFolder[EquipmentModel], val icon: ImageModel, val simul: List[ImageModel], val flows: List[Flow], val subs: List[SubComponent], val links: List[(Flow, Flow)], val sync: List[SynchroEventModel], val code: String) extends BlockModel[EquipmentModel]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toElem: Elem

Inherited methods

def idOf(f: Flow): Int

Attributes

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

Attributes

Inherited from:
EquiBlockFlowPlacer

Concrete fields

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