Transporter

onera.pmlanalyzer.pml.model.hardware.Transporter
abstract class Transporter extends Hardware

Base class for all physical element of a platform that cannot initiate nor be the destination of any transaction

Attributes

enclosing

the implicit context that can be used to find the source code location of the node definition

name

the name of the node

Note:

this class should not be specialised in user models

Graph
Supertypes
class Hardware
class PMLNode
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

identifier

val name: Symbol

Name of the node

Name of the node

Attributes

Inherited from:
PMLNode
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