PMLNode

onera.pmlanalyzer.pml.model.PMLNode
abstract class PMLNode(implicit enclosing: Enclosing)

Base class for all PML Node

Attributes

Graph
Supertypes
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

final val typeName: Symbol

Name of the type of PML node

Name of the type of PML node

Attributes

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
Any