Changed identifiers to concept identifiers 71/116571/1
authorliamfallon <liam.fallon@est.tech>
Mon, 4 Jan 2021 13:55:12 +0000 (13:55 +0000)
committerliamfallon <liam.fallon@est.tech>
Mon, 4 Jan 2021 16:24:09 +0000 (16:24 +0000)
commit7ec9d2ca8f1bb83eb3f9ab30a2f14f3b475df6cf
tree8a7a5a0d6f8d73c32ac7484c4796f7c9ecad9186
parent3697d494f3ef4c23c391ee0a6a7ac7e226a2f3d8
Changed identifiers to concept identifiers

The policy models tosca classes ToscaPolicyIdentifier and
ToscaPolicyIdentifierOptVersion can be used to identify any TOSCA
concept, not just TOSCA policies so they are renamed to
ToscaConceptIdentifier and ToscaCinceptIdentifierOptVersion
respectively.

The class ToscaPolicyTypeIdentifier is redundant and is replaced by
ToscaConceptIdentifier.

Issue-ID: POLICY-2900
Change-Id: Id5da4e5894a0d646f9f4b68c1e6b0476d4deae05
Signed-off-by: liamfallon <liam.fallon@est.tech>
controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/BaseTestTest.java
controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/DroolsRuleTestTest.java