Merge "Added STD sim 2.0.0 tests"
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / repository / Policy.java
index 5148226..e96d250 100644 (file)
@@ -37,4 +37,6 @@ public interface Policy {
     public PolicyType type();
 
     public String lastModified();
+
+    public boolean isTransient();
 }