← Revision 2 as of 2006-11-20 20:35:09
Size: 2454
Comment:
|
← Revision 3 as of 2007-05-30 21:30:34 →
Size: 3110
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 59: | Line 59: |
[[PageComment2]] |
---- AllanKuchinsky - 2007-01-23 05:23:15 At the view level, this could potentially be handled in a manner similar to hyperedges with 0-size connector nodes. But at the model level, the semantics may be inconsistent with hyperedges. A set of hyperedges with chained connector nodes implies a flow of signal from connector node to connector node. Is this consistent with the semantics of a Path with multiple branch points in MiMs? ---- AllanKuchinsky - 2007-05-25 10:34:16 Wait, this is simpler. We are just highlighting edges and their constituent nodes. This is similar to the PathBranching example and should be straightforward to implement. |
Use Case Name : ../PathHighlight |
For Feature : MIMEditor |
Editors: DavidKane |
Summary
A user wants to emphasize a particular portion of a map
Step-by-Step User Action
- User selects an edge in the map
- System highlights that edge, and any nodes connected to it
- Repeat steps 1 and 2 until the desired section is emphasized
Visual Aides
An illustration of what a map with a highlighted path could look like follows:
attachment:highlight1_061117_dwk.png
Requirements for Cytoscape
implementations (e.g., "current context menus can be used accomplish step 2 above")
TBD
Importance
This is particularly relevant when using the editor to produce images for publication.
Other Examples
Comments
Shared ../MimEditorUseCaseComments
BioPax representation TBD
AllanKuchinsky - 2007-01-23 05:23:15
At the view level, this could potentially be handled in a manner similar to hyperedges with 0-size connector nodes. But at the model level, the semantics may be inconsistent with hyperedges. A set of hyperedges with chained connector nodes implies a flow of signal from connector node to connector node. Is this consistent with the semantics of a Path with multiple branch points in MiMs?
AllanKuchinsky - 2007-05-25 10:34:16
Wait, this is simpler. We are just highlighting edges and their constituent nodes. This is similar to the PathBranching example and should be straightforward to implement.