Skip to content
Snippets Groups Projects
  1. Jan 25, 2017
  2. Jan 24, 2017
  3. Sep 08, 2016
  4. Sep 05, 2016
  5. Jul 29, 2016
  6. Jul 28, 2016
  7. Jul 20, 2016
  8. Jul 19, 2016
  9. Jul 15, 2016
  10. Jul 14, 2016
  11. Jul 07, 2016
  12. Jun 30, 2016
    • Piotr's avatar
      Update Transformation.xtend · f7470e62
      Piotr authored
      f7470e62
    • Maximilian Kiesner's avatar
      Add automatic generation of Sdn Flow Routes · 01ad1e22
      Maximilian Kiesner authored
      Suppose there is an SDN switch(S) and a server which hosts an SDN controller(C).
      For every flow which is routed via S, an SdnFlowRule has to be modeled.
      S now has to interact with C. Therefore we use SdnControlFlow instances.
      We need an SdnControlFlow from S to C (called forwardFlow in the transformation) and an SdnControlFlow from C to S (called backwardFlow).
      We assume that for every flow that is routed via S the corresponding SdnControlFlows can take the same route (i.e. the same Direction instances, except for their flow property).
      To simplify modeling it is no longer required to model every SdnControlFlow and Direction instance.
      We can now model the SdnControlFlows and Directions for one parent flow and automatically generate them for all other parent flows (in the context of S and C).
      This is done in DNI3/etl/DNI-sdn-routing-DNI.etl, which is executed even before the routing transformation
      01ad1e22
  13. Jun 23, 2016
  14. Jun 14, 2016
Loading