abstract class Relation extends Entity

Beziehung

Abbildung von Beziehungen zwischen Klassen

Constants

LINE

Statisch

DOTTED

Abstrakt

Properties

protected string $relation
protected Structure $a
protected Structure $b

Methods

__construct(Entity $a, Entity $b, string $relation)

Neue Beziehung

string
getReleation()

plantUML Zeichekette

string
__toString()

plantUML Zeichekette

Details

at line 75
__construct(Entity $a, Entity $b, string $relation)

Neue Beziehung

Parameters

Entity $a Ausgang
Entity $b Ziel
string $relation Beziehung

at line 89
string getReleation()

plantUML Zeichekette

Return Value

string Zeichenkette

at line 98
string __toString()

plantUML Zeichekette

Return Value

string Zeichenkette