onera.pmlanalyzer.pml.exporters

Package containing the extension methods to export PML model as tables or Graphviz.

Must be imported as following to enable export extension

import onera.pmlanalyzer.pml.exporters._

The available extension methods are provided in UMLExporter.Ops and RelationExporter.Ops

Example of usages are provided in pml.examples.simpleKeystone.SimpleKeystoneExport

Attributes

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Inherited classlikes

implicit class Ops(platform: Platform)

Implicit class used for method extension of platform to provide export features

Implicit class used for method extension of platform to provide export features

Attributes

platform

the platform providing the export features

Inherited from:
Ops
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class OpsConfig(platform: Platform)

Extension export methods for configured platform

Extension export methods for configured platform

Attributes

platform

the configured platforms

Inherited from:
Ops
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class OpsLibrary(platform: Platform & TransactionLibrary)

Extension export methods for configured platform

Extension export methods for configured platform

Attributes

platform

the configured platform with a library

Inherited from:
Ops
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class UmlExporterOps(platform: Platform)

Extension methods of platform to provide uml export features

Extension methods of platform to provide uml export features

Attributes

platform

the platform providing the export features

Inherited from:
Ops
Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def Ops(platform: Platform): Ops

Implicit class used for method extension of platform to provide export features

Implicit class used for method extension of platform to provide export features

Attributes

platform

the platform providing the export features

Inherited from:
Ops
final implicit def OpsConfig(platform: Platform): OpsConfig

Extension export methods for configured platform

Extension export methods for configured platform

Attributes

platform

the configured platforms

Inherited from:
Ops
final implicit def OpsLibrary(platform: Platform & TransactionLibrary): OpsLibrary

Extension export methods for configured platform

Extension export methods for configured platform

Attributes

platform

the configured platform with a library

Inherited from:
Ops
final implicit def UmlExporterOps(platform: Platform): UmlExporterOps

Extension methods of platform to provide uml export features

Extension methods of platform to provide uml export features

Attributes

platform

the platform providing the export features

Inherited from:
Ops