RelationExporter

onera.pmlanalyzer.pml.exporters.UMLExporter$.RelationExporter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def writeAssociation(a: String, b: String, name: String)(implicit writer: Writer): Unit

Write an association relation

Write an association relation

Attributes

a

the left element as a string

b

the right element as a string

name

the name of the relation by default empty

writer

the implicit writer

def writeComposition(a: String, b: String)(implicit writer: Writer): Unit

Write a composition relation

Write a composition relation

Attributes

a

the owner element as a string

b

the owner element as a string

writer

the implicit writet

def writeFooter(implicit writer: Writer): Unit

Write the footer of a given export

Write the footer of a given export

Attributes

writer

the implicit writer

def writeHeader(implicit writer: Writer): Unit

Write the header of a given export

Write the header of a given export

Attributes

writer

the implicit writer