diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-31 15:38:57 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-08-01 14:14:35 +0100 |
commit | 3c43d25f6ed24ff8710e56253802a361d3345e6c (patch) | |
tree | 0e16a7d22cbff344bf6bfd9378b459b5770eca23 /docs/apex/APEX-Policy-Guide.rst | |
parent | e322a4724bab02178b78594787e78612ae7a8d41 (diff) |
Remove policy gui from onap docs
Issue-ID: POLICY-5100
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I4eaf6f564a2d3285c890f861afdeb514c9b2f8a7
Diffstat (limited to 'docs/apex/APEX-Policy-Guide.rst')
-rw-r--r-- | docs/apex/APEX-Policy-Guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/apex/APEX-Policy-Guide.rst b/docs/apex/APEX-Policy-Guide.rst index a9dad1c6..60468917 100644 --- a/docs/apex/APEX-Policy-Guide.rst +++ b/docs/apex/APEX-Policy-Guide.rst @@ -145,7 +145,7 @@ APEX Policy Model .. container:: paragraph The APEX policy model is shown in UML notation in the figure below. A policy model can be stored in JSON or XML - format in a file or can be held in a database. The APEX editor creates and modifies APEX policy models. APEX + format in a file or can be held in a database. The APEX Cli editor creates and modifies APEX policy models. APEX deployment deploys policy models, and a policy model is loaded into APEX engines so that the engines can run the policies in the policy model. @@ -327,7 +327,7 @@ Concept: ContextMap The set of context that is available for use by the policies of a *PolicyModel* is defined as *ContextMap* concept instances. The *PolicyModel* holds a map of all the *ContextMap* definitions. A *ContextMap* is itself a container for a group of related context items, each of which is represented by a *ContextItem* concept instance. *ContextMap* - concepts are keyed with an ``ArtifactKey`` key. A developer can use the APEX Policy Editor to create context maps for + concepts are keyed with an ``ArtifactKey`` key. A developer can use the APEX Policy Cli Editor to create context maps for their application domain. .. container:: paragraph |