--- Attribute : | |
--- Relationen : | |
dargestellt_von_Knoten | : OPTIONAL SET [1: ?] OF Knoten; |
dargestellt_von_Punkt | : OPTIONAL SET [1: ?] OF Punkt; |
INVERSE | |
zu_Beschriftung | : SET [0: ?] OF Beschriftung FOR zu_Punktobjekt_Modell; |
--- Attribute : | |
--- Relationen : | |
dargestellt_von_Kante | : OPTIONAL SET [1: ?] OF Kante; |
dargestellt_von_Linie | : OPTIONAL SET [1: ?] OF Linie; |
--- Attribute : | |
--- Relationen : | |
dargestellt_von_Masche | : OPTIONAL SET [1: ?] OF Masche; |
dargestellt_von_Flaeche | : OPTIONAL SET [1: ?] OF Flaeche; |
--- Attribute : | |
--- Relationen : | |
dargestellt_von_Koerper | : OPTIONAL SET [1: ?] OF Koerper; |
dargestellt_von_Volumen | : OPTIONAL SET [1: ?] OF Volumen; |
--- Attribute : | |
--- Relationen : |
--- Attribute : | |
--- Relationen : | |
hat_Punkt | : OPTIONAL SET [1: ?] OF Punkt; |
INVERSE | |
stellt_Punktobjekt_dar | : SET [0: ?] OF Punktobjekt_Modell FOR dargestellt_von_Knoten; |
--- Attribute : | |
--- Relationen : | |
liegt_in_Masche | : OPTIONAL Masche; |
--- Attribute : | |
--- Relationen : | |
INVERSE | |
Beginn_von | : SET [0: ?] OF Kante FOR beginnt_bei_Knoten; |
Ende_von | : SET [0: ?] OF Kante FOR endet_bei_Knoten; |
--- Attribute : | |
--- Relationen : | |
hat_Linie | : OPTIONAL SET [1: ?] OF Linie; |
beginnt_bei_Knoten | : OPTIONAL nicht_isolierter_Knoten; |
endet_bei_Knoten | : OPTIONAL nicht_isolierter_Knoten; |
INVERSE | |
stellt_Linienobjekt_dar | : SET [0: ?] OF Linienobjekt_Modell FOR dargestellt_von_Kante; |
begrenzt_Masche | : SET [0: ?] OF Masche FOR hat_Kante; |
--- Attribute : | |
--- Relationen : | |
hat_Flaeche | : OPTIONAL SET [1: ?] OF Flaeche; |
hat_Kante | : OPTIONAL SET [1: ?] OF Kante; |
INVERSE | |
stellt_Flaechenobjekt_dar | : SET [0: ?] OF Flaechenobjekt_Modell FOR dargestellt_von_Masche; |
enthaelt_Knoten | : SET [0: ?] OF isolierter_Knoten FOR liegt_in_Masche; |
begrenzt_Koerper | : SET [0: ?] OF Koerper FOR hat_Masche; |
--- Attribute : | |
--- Relationen : | |
hat_Volumen | : OPTIONAL SET [1: ?] OF Volumen; |
hat_Masche | : OPTIONAL SET [1: ?] OF Masche; |
INVERSE | |
stellt_Volumenobjekt_dar | : SET [0: ?] OF Volumenobjekt_Modell FOR dargestellt_von_Koerper; |
--- Attribute : | |
--- Relationen : | |
hat_Lage | : direct_position; |
INVERSE | |
stellt_Punktobjekt_dar | : SET [0: ?] OF Punktobjekt_Modell FOR dargestellt_von_Punkt; |
von_Knoten | : SET [0: ?] OF Knoten FOR hat_Punkt; |
Beginn_von_Linienelement | : SET [0: ?] OF Linienelement_3D FOR beginnt_bei_Punkt; |
Ende_von_Linienelement | : SET [0: ?] OF Linienelement_3D FOR endet_bei_Punkt; |
Zwischenpunkt_von_Kreisbogen | : SET [0: ?] OF Kreisbogen FOR hat_Zwischenpunkt; |
Stuetzpunkt_in_Spline | : SET [0: ?] OF Linienelement_Spline FOR hat_Stuetzpunkte; |
--- Attribute : | |
--- Relationen : |
--- Attribute : | |
--- Relationen : | |
besteht_aus_Linienelementen | : LIST [1: ?] OF Linienelement_3D; |
beschreibt_Linien_auf_Flelem | : OPTIONAL SET [1: ?] OF Linie_Flaechenelement; |
INVERSE | |
stellt_Linienobjekt_dar | : SET [0: ?] OF Linienobjekt_Modell FOR dargestellt_von_Linie; |
von_Kante | : SET [0: ?] OF Kante FOR hat_Linie; |
--- Attribute : | |
Unterbrechung | : OPTIONAL BOOLEAN; |
--- Relationen : | |
beginnt_bei_Punkt | : Punkt; |
endet_bei_Punkt | : Punkt; |
INVERSE | |
zu_Linie | : Linie FOR besteht_aus_Linienelementen; |
--- Attribute : | |
tangentialer_Anschluss | : OPTIONAL tangentialer_Anschluss; |
geschlossen | : OPTIONAL BOOLEAN; |
Kruemmung_am_Anfang | : OPTIONAL REAL; |
Kruemmung_am_Ende | : OPTIONAL REAL; |
Tangente_am_Anfang | : OPTIONAL Winkel; |
Tangente_am_Ende | : OPTIONAL Winkel; |
--- Relationen : | |
hat_Stuetzpunkte | : OPTIONAL LIST [1: ?] OF Punkt; |
--- Attribute : | |
Kennung | : INTEGER; |
Langtext | : STRING(15); |
--- Relationen : | |
UNIQUE | |
Kennung_eindeutig | : Kennung; |
--- Attribute : | |
--- Relationen : |
--- Attribute : | |
--- Relationen : | |
hat_Zwischenpunkt | : Punkt; |
--- Attribute : | |
bei_Linienfunktion | : Linienfunktion; |
--- Relationen : | |
INVERSE | |
Linie | : Linie FOR beschreibt_Linien_auf_Flelem; |
Flaechenelement | : Flaechenelement FOR beschrieben_durch_Linien; |
--- Attribute : | |
Kennung | : INTEGER; |
Langtext | : STRING(20); |
--- Relationen : | |
UNIQUE | |
Kennung_eindeutig | : Kennung; |
--- Attribute : | |
--- Relationen : | |
INVERSE | |
stellt_Flaechenobjekt_dar | : SET [0: ?] OF Flaechenobjekt_Modell FOR dargestellt_von_Flaeche; |
von_Masche | : SET [0: ?] OF Masche FOR hat_Flaeche; |
begrenzt_Volumen | : SET [0: ?] OF Volumen FOR hat_Flaeche; |
erste_Flaeche_in | : SET [0: ?] OF komplexe_Flaeche FOR hat_erste_Flaeche; |
zweite_Flaeche_in | : SET [0: ?] OF komplexe_Flaeche FOR hat_zweite_Flaeche; |
--- Attribute : | |
--- Relationen : | |
beschrieben_durch_Linien | : Linie_Flaechenelement; |
--- Attribute : | |
--- Relationen : | |
hat_erste_Flaeche | : Flaeche; |
hat_zweite_Flaeche | : Flaeche; |
--- Attribute : | |
--- Relationen : | |
hat_Flaeche | : SET [1: ?] OF Flaeche; |
INVERSE | |
stellt_Volumenobjekt_dar | : SET [0: ?] OF Volumenobjekt_Modell FOR dargestellt_von_Volumen; |
von_Koerper | : SET [0: ?] OF Koerper FOR hat_Volumen; |