Class | Description |
---|---|
Bicluster |
Bicluster + all the connections to all other entities
|
Connection |
A connection is saved at entity and shows, to which other entity is a connection (name) and how many of them are (occurrences)
|
Construction |
Saves all Entities and Biclusters - Data
|
Controller |
JavaFX Controller - View + Logic
|
Entity |
Entity, that saved the name of the entity and also all connections to all other entities and biclusters.
|
LoadingData |
Loading CSV File and converting it into a data structure which saves all entities, biclusters and their connections
|
Main |
Main class - shows the gui and starts controller
|
Sorting |
For managing the sorting of entities
|
TextUtils |
Import from: https://github.com/vatbub/common/blob/master/view/core/src/main/java/com/github/vatbub/common/view/core/LabelUtils.java
|
ZoomableScrollPane |
Import from: https://stackoverflow.com/questions/39827911/javafx-8-scaling-zooming-scrollpane-relative-to-mouse-position
|