Ops

onera.pmlanalyzer.pml.exporters.RelationExporter$.Ops
trait Ops

If an element x contains relations then these relations can be exported.

The routing relation can be exported as a table, the format is provided pml.exporters.Ops.exportRouteTable

 x.exportRouteTable()

The allocation of application to initiators can be exported as a table, the format is provided pml.exporters.Ops.exportAllocationTable

 x.exportAllocationTable()

The allocation of data to targets can be exported as a table, the format is provided pml.exporters.Ops.exportDataAllocationTable

 x.exportDataAllocationTable()

The service targeted by software can be exported as a table, the format is provided pml.exporters.Ops.exportSWTargetUsageTable

 x.exportSWTargetUsageTable()

The deactivated components can be exported as a table, the format is provided pml.exporters.Ops.exportDeactivatedComponents

 x.exportDeactivatedComponents()

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

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

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

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

Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

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

final implicit def OpsConfig(platform: Platform): OpsConfig

Extension export methods for configured platform

Extension export methods for configured platform

Attributes

platform

the configured platforms

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