daten.BaumModell Class Reference

List of all members.

Public Member Functions

 BaumModell ()
JTree getEinBaum ()
void parseFromXML (File file)
Vector< BaumKnotencalcPath (BaumKnoten source, BaumKnoten target)


Detailed Description

BaumModell represents the model of our application. Our model is a tree.

Constructor & Destructor Documentation

daten.BaumModell.BaumModell (  ) 

Constructor

By default the constructor generates a dummy tree model. This model can be changed later by loading another tree file.


Member Function Documentation

void daten.BaumModell.parseFromXML ( File  file  ) 

XML File das folgenden anforderungen entspricht <branche> <branche> ... <leave id="name"> <connect to="leaveID">int Value</connect> ... </leave> ... </branche> </branche>

Parameters:
file 


The documentation for this class was generated from the following file: