Skip to content
  • Simon Barner's avatar
    Add marker interface IDirection to specify if an allocation entry is · 17576b24
    Simon Barner authored
    - bidirectional, i.e. if the source(s) can be determined from the target
    - unidirectional, i.e., if multiple source(s) reference the same target(s)
    
    It is mandatory that any concrete AllocationEntrys inherit either IBidirectional or IUnidirectional.
    
    TODO: Correctly handle IUnidirectional allocation entries in the getSource/TargetElement[s] eOperations of AllocationTable
    refs 2950
    17576b24