Public Member Functions | |
| BlattVerbindung (BaumBlatt source, BaumBlatt target) | |
| BlattVerbindung (BaumBlatt source, BaumBlatt target, int value) | |
| void | setSource (BaumBlatt source) |
| void | setTarget (BaumBlatt target) |
| void | setValue (int value) |
| BaumBlatt | getTarget () |
| BaumBlatt | getSource () |
| int | getValue () |
constructor sets the source and the target
| source | leaf | |
| target | leaf |
constructor sets the source and target leafe and the value of the connection
| source | leaf | |
| target | leaf | |
| value | leaf |
| void daten.BlattVerbindung.setSource | ( | BaumBlatt | source | ) |
sets the source leaf
| source | leaf |
| void daten.BlattVerbindung.setTarget | ( | BaumBlatt | target | ) |
sets the target leaf
| target | leaf |
| void daten.BlattVerbindung.setValue | ( | int | value | ) |
sets the value
| value |
| BaumBlatt daten.BlattVerbindung.getTarget | ( | ) |
returns the target leaf
| BaumBlatt daten.BlattVerbindung.getSource | ( | ) |
returns the source leaf
| int daten.BlattVerbindung.getValue | ( | ) |
returns the value of the connection