RelationExporter

onera.pmlanalyzer.pml.exporters.RelationExporter$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

trait Ops

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

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