Michael Hackstein
|
f819dec367
|
GraphViewer: Fixed a test for the adapter which should inform the ModJoiner if a community is dissolved, not expanded
|
2013-08-07 13:58:50 +02:00 |
Michael Hackstein
|
910a31bdbd
|
GraphViewer: Changed the interface of the NodeReducer. It does not require any pointers to nodes and edges anymore. Also adopted tests
|
2013-08-07 13:55:26 +02:00 |
Michael Hackstein
|
ec729ddc64
|
GraphViewer: Adapted abstractAdapter tests to new community-node design
|
2013-07-22 13:10:33 +02:00 |
Michael Hackstein
|
d7345b1ed7
|
GraphViewer: Moved dissolve -> getDissolveInfo() in the communityNode. dissolve will be used to trigger the event internally, where getDissolveInfo() just collects necessary infos
|
2013-07-18 16:41:25 +02:00 |
Michael Hackstein
|
ea672e29fd
|
GraphViewer: When collapsing community nodes the WebWorker for modularityJoiner is now informed properly, no duplicate edge removals or removals of communitynodes
|
2013-07-17 15:40:58 +02:00 |
Michael Hackstein
|
480af37d9b
|
GraphViewer: Fixed the bug with collapsing nodes within communities
|
2013-07-17 14:17:54 +02:00 |
Michael Hackstein
|
335bfbc70b
|
GraphViewer: The community nodes are now collapsed more or less correctly. Still missing: a->b->c if b is in community c should be collapsed as well
|
2013-07-17 12:44:50 +02:00 |
Michael Hackstein
|
9e0873b922
|
GraphViewer: Added a simple check if a node is a communityNode. No parsing of the id necessary anymore
|
2013-07-17 08:16:04 +02:00 |
Michael Hackstein
|
e40a0b3abc
|
GraphViewer: Added a test to reproduce a bug when collapsing a node with communities attached to it.
|
2013-07-17 08:04:46 +02:00 |
Michael Hackstein
|
9c749ab72f
|
GraphViewer: Fixed the last bug of the CommunityNode, old functionality is now assured. Next: Let it render itself and its interior nodes
|
2013-07-16 18:37:41 +02:00 |
Michael Hackstein
|
14a0acd2b5
|
GraphViewer: Further propageted the new CommunityNode object. Covering the old functionality is almost done, just 2 tests failing
|
2013-07-16 16:46:18 +02:00 |
Michael Hackstein
|
ffb50b6705
|
GraphViewer: The nodeReducer now offers the prioList for reading. It is piped through the adapters allready
|
2013-07-15 18:37:13 +02:00 |
Michael Hackstein
|
82ecce0b9a
|
GraphViewer: The Adapters now propagate the changeTo configuration for the prioList to the nodeReducer
|
2013-07-15 15:13:02 +02:00 |
Michael Hackstein
|
fe2afc1883
|
GraphViewer: CommunityNodes now tell about the reason why they are joined if they know it
|
2013-07-15 13:51:13 +02:00 |
Michael Hackstein
|
3f12250c73
|
GraphViewer: The adapters now initialise the Abstract adapter with the content of prioList
|
2013-07-15 13:37:36 +02:00 |
Michael Hackstein
|
51358995ca
|
GraphViewer: Propagated the new Node Reducer interface to the adapters and adapted tests
|
2013-07-15 13:10:41 +02:00 |
Michael Hackstein
|
1a2c6a0596
|
GraphViewer: Added a test for communitynodes to display their size
|
2013-07-11 08:39:21 +02:00 |
Michael Hackstein
|
243b428b2d
|
GraphViewer: JSLint fixes
|
2013-07-09 16:39:39 +02:00 |
Michael Hackstein
|
2def46f110
|
GraphViewer: Fixed another bug when using the ModJoiner as WebWorker. It is now ever ever informed about community nodes, speeding everything up and prevent inconsistency errors.
|
2013-07-09 15:20:05 +02:00 |
Michael Hackstein
|
615507c8e2
|
GraphViewer: Moved computation of expansion/collapsing of nodes from EventLib to Adapter for more consistency
|
2013-07-09 08:54:44 +02:00 |
Michael Hackstein
|
772a1ab2f0
|
GraphViewer: Fixed a bug in the joining of communities. Deletion of edges was not properly propagated to the joiner
|
2013-07-08 15:04:04 +02:00 |
Michael Hackstein
|
8ce8de1b05
|
GraphViewer: The Abstract adapter now informs the MOdularityJoiner about Edge insertions and deletions. However the Joiner does not yet know about it
|
2013-07-08 13:05:43 +02:00 |
Michael Hackstein
|
83ed301e09
|
GraphViewer: Added Test + Implementation for Mod.Joiner in the abstract Adapter
|
2013-07-08 10:28:00 +02:00 |
Michael Hackstein
|
7b093d176c
|
GraphViewer: Added first version of a generic Foxx Adapter
|
2013-06-10 14:11:32 +02:00 |
Michael Hackstein
|
f719a32251
|
GraphViewer: Added a further abstraction layer for the adapters, makes it much easier to write adapters for different sources like FOXX
|
2013-06-06 16:30:51 +02:00 |