Version 1 (modified by mirschel, 16 years ago) (diff) |
---|
- Changes --> close
- Import/export layout
- Import node and edge attributes
Promot/trunk/promot/src/gui/org/mpg/dcts/promot/viznav.data.io.AttributeReaderTest.java
Promot/trunk/promot/src/gui/org/mpg/dcts/promot/viznav.data.io.DelimitedTextReaderTest.java
Check that two files (edge attributes, node attributes) are loaded properly. The attributes should be mapped to the existing nodes and edges in the graph correctly.
- Export graphics
- Export logical model
- Apply orthogonal layout to network
- Grid layer on/off
- Squiggle layer on/off
- Status layer on/off
- Overview layer on/off
- Legend layer on/off/correct mappings
- Navigation mode: Interactive Mode
- Navigation mode: Hierarchy Mode
- Navigation mode: Fisheye Mode
- Navigation mode: Focus Mode
- Editing mode: move/resize all/resize border/edit edge handles
- Show (all) icons: on/off
- Show (all) details: on/off
- Show (all) labels: on/off
- Show (all) label boxes: on/off
- Edge: Go to source
- Edge: Go to target
- Edit scenario: new/copy/rename/remove/mappings
- Save scenarios (to USER_HOME)
- Load global scenarios
Promot/trunk/promot/src/gui/org/mpg/dcts/promot/viznav/visual/VisualPropertyTest.java
Check that the global scenario file (.PromotVizScenarios) is at the given location and calculators are loaded properly from the file.
- Load local scenarios
- Scenarios: Logical Network Parser
Promot/trunk/promot/src/gui/org/mpg/dcts/promot/viznav/data/logical/LogicalNetworkParserTest.java
Check that part of the logical network parser, especially parsing of DUMMY element and NOT element.