Added extensible implementation of Transformators 02/402/1
authorTony Tkacik <ttkacik@cisco.com>
Tue, 28 May 2013 11:26:05 +0000 (13:26 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Wed, 29 May 2013 09:47:23 +0000 (11:47 +0200)
commit7d7d583192d7d2285993c05278a52c0014167401
tree76b2785144817b90a152bc28098e43376de9b825
parent751815bcd2a819ad0f94fdf7a8110eb3c9b3908b
Added extensible implementation of Transformators

- set of generic Transformers - factories responsible for producing
  outputs based on input objects
  - Ideal for development of translation layers between protocol
  specific objects and abstract transfer objects such as Actions in SAL.

Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
opendaylight/commons/concepts/pom.xml [new file with mode: 0644]
opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/tranform/Acceptor.java [new file with mode: 0644]
opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/tranform/AggregateTransformer.java [new file with mode: 0644]
opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/tranform/CompositeClassBasedTransformer.java [new file with mode: 0644]
opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/tranform/CompositeConditionalTransformer.java [new file with mode: 0644]
opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/tranform/InputClassBasedTransformer.java [new file with mode: 0644]
opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/tranform/RuleBasedTransformer.java [new file with mode: 0644]
opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/tranform/SimpleConditionalTransformer.java [new file with mode: 0644]
opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/tranform/Transformer.java [new file with mode: 0644]
opendaylight/distribution/opendaylight/pom.xml