Hardware

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

Base class for all physical element of a platform

Attributes

enclosing

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

Note:

this class should not be specialised in user models

Graph
Supertypes
class PMLNode
class Object
trait Matchable
class Any
Known subtypes
class Composite
class ARMCore
object MemorySubsystem.type
object TeraNet.type
class Initiator
class Target

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