Virtualizer

onera.pmlanalyzer.pml.model.hardware.Virtualizer
See theVirtualizer companion object
final class Virtualizer extends Transporter

A virtualizer is able to control the incoming transactions

Attributes

name

the name of the node

See also:

the possible constructors are provided by BaseHardwareNodeBuilder

Companion:
object
Graph
Supertypes
class Hardware
class PMLNode
class Object
trait Matchable
class Any
Keywords
  • no keywords
  • final
  • override
Inherited
  • Not inherited
  • PMLNode

Members list

Concise view

identifier

val name: Symbol

Name of the node

Name of the node

Attributes

final val typeName: Symbol

Name of the type of PML node

Name of the type of PML node

Attributes

Inherited from:
PMLNode

printer_function

override def toString: String

Print a node only by its name

Print a node only by its name

Attributes

Returns:

string representation of a PMLNode

Definition Classes
PMLNode -> Any
Inherited from:
PMLNode