Added Time agnostic Onset and Abated classes 00/100300/4
authorjhh <jorge.hernandez-herrero@att.com>
Wed, 15 Jan 2020 04:48:45 +0000 (22:48 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Thu, 16 Jan 2020 14:44:53 +0000 (08:44 -0600)
commit08d766437dc19037f21b57578448748e013bc031
tree1cccd9f08f5d342b160a32c8bcdff37968792c89
parentb321d781b99a869e179b8003260f92969a81b43e
Added Time agnostic Onset and Abated classes

These classes can be used for comparison of alarm skeletons
independently of the time at which they were produced.

Issue-ID: POLICY-2323
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I85b9d6a429de56f056eb0a6caa9e4f90fbd68918
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
models-interactions/model-impl/events/src/main/java/org/onap/policy/controlloop/Abated.java [new file with mode: 0644]
models-interactions/model-impl/events/src/main/java/org/onap/policy/controlloop/CanonicalAbated.java [new file with mode: 0644]
models-interactions/model-impl/events/src/main/java/org/onap/policy/controlloop/CanonicalOnset.java [new file with mode: 0644]
models-interactions/model-impl/events/src/main/java/org/onap/policy/controlloop/ControlLoopEvent.java
models-interactions/model-impl/events/src/main/java/org/onap/policy/controlloop/Onset.java [new file with mode: 0644]
models-interactions/model-impl/events/src/main/java/org/onap/policy/controlloop/VirtualControlLoopEvent.java
models-interactions/model-impl/events/src/test/java/org/onap/policy/controlloop/AbatedTest.java [new file with mode: 0644]
models-interactions/model-impl/events/src/test/java/org/onap/policy/controlloop/CanonicalAbatedTest.java [new file with mode: 0644]
models-interactions/model-impl/events/src/test/java/org/onap/policy/controlloop/CanonicalOnsetTest.java [new file with mode: 0644]
models-interactions/model-impl/events/src/test/java/org/onap/policy/controlloop/OnsetTest.java [new file with mode: 0644]