ComponentModel

onera.pmlanalyzer.views.dependability.exporters.ComponentModel
See theComponentModel companion object
case class ComponentModel(name: Symbol, parent: VersionFolder[ComponentModel], icon: ImageModel, simul: List[ImageModel], flows: List[Flow], events: List[ConcreteEventModel], states: List[State], code: String) extends BlockModel[ComponentModel]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product