Opened 16 years ago
Last modified 16 years ago
#161 assigned enhancement
Extension of import format for attributes in explorer
Reported by: | mirschel | Owned by: | mirschel |
---|---|---|---|
Priority: | major | Milestone: | Promot 0.9 |
Component: | PromotGuiVizNav | Version: | 0.8.1 |
Severity: | acceptable | Keywords: | explorer import attributes cna property |
Cc: |
Description
Present format see header of org.mpg.dcts.promot.viznav.data.io.AttributeReader.java
For future work we need a way to encode parts of hyper edges not only the whole hyperedge, e.g. TargetNode <tab> SourceNodeX <tab> SourceNodeY <specialtab> SourceNodeX <tab> !AttributeValue1 <tab> !AttributeValue2 <tab> AttributeValueN
The row above means we have attributes for the construct 'SourceNodeX (AND, OR) SourceNodeY results in TargetNode'. The second occurrence of SourceNodeX means that we want consider only the edge from SourceNodeX to TargetNode, thus only one part of the hyper edge. The edge from SourceNodeY to AND/OR will not be considered.