Service

onera.pmlanalyzer.pml.model.service.Service
abstract class Service extends PMLNode

Base class for the load and store services provided by all physical components

Attributes

enclosing

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

Graph
Supertypes
class PMLNode
class Object
trait Matchable
class Any
Known subtypes
class Load
class Store

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