RestrictedPlatformExporter

onera.pmlanalyzer.pml.exporters.UMLExporter$.RestrictedPlatformExporter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Concise view

Value members

Concrete methods

def exportUML(platform: Platform)(implicit writer: Writer): Unit

Export the platform with only the hardware, software and services that are used

Export the platform with only the hardware, software and services that are used

Attributes

platform

the platform to export

writer

the implicit writer

def exportUMLSW(platform: Platform, toPrint: Application)(implicit writer: Writer): Unit

Export the hardware and services used by a given software in the platform

Export the hardware and services used by a given software in the platform

Attributes

platform

the platform owing the software

toPrint

the software to pring

writer

the implicit writer

Concrete fields

val extension: Symbol

Inherited fields

val name: Symbol

Attributes

Inherited from:
PlatformExporter