From 32af6479c686d217204de3a86940ac1256da4b9f Mon Sep 17 00:00:00 2001 From: ikram Date: Fri, 7 Aug 2020 15:49:11 -0400 Subject: Visualization of the VF Module Sequencing Issue-ID: VID-860 More scenarios covered in VID-860 for vf-module sequencing. Signed-off-by: ikram Change-Id: Ie138ba2616961fba7856eaaf5f17b5dc63a08e6e --- vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 1 + 1 file changed, 1 insertion(+) (limited to 'vid-app-common') diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java index 1b5ce8ba2..f863b3025 100644 --- a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java +++ b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java @@ -103,6 +103,7 @@ public enum Features implements Feature { FLAG_2008_PAUSE_INSTANTIATION_ON_VFMODULE_POPUP, FLAG_2008_REMOVE_PAUSE_INSTANTIATION, ; + public boolean isActive() { return FeatureContext.getFeatureManager().isActive(this); } -- cgit 1.2.3-korg