diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-07-11 12:57:49 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-07-11 12:57:49 +0000 |
commit | 760cce91689a00a52de363c96745323fb95a91b0 (patch) | |
tree | cbf618acf5ce8fafcdf8aa1389f06c796941db6c /docs/apex/APEX-Introduction.rst | |
parent | 3b71c9772e0f86b5cef9840668a36569540a037c (diff) |
Fix review comments from previous review
Change-Id: Ide96508d2cc616a688d6c1ed524b8317c53aa222
Issue-ID: POLICY-1898
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'docs/apex/APEX-Introduction.rst')
-rw-r--r-- | docs/apex/APEX-Introduction.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/apex/APEX-Introduction.rst b/docs/apex/APEX-Introduction.rst index 90dd9e74..b13e335e 100644 --- a/docs/apex/APEX-Introduction.rst +++ b/docs/apex/APEX-Introduction.rst @@ -85,7 +85,7 @@ Introduction to APEX information that is provided by other systems. APEX keeps context coordinated across all the the instances running a particular policy. If a policy running in an APEX engine - changes the value of a piece of context, that value is is + changes the value of a piece of context, that value is available to all other APEX engines that use that piece of context. APEX takes care of distribution, locking, writing of context to persistent storage, and monitoring of context. @@ -125,11 +125,11 @@ APEX Configuration An APEX engine can be configured to use various combinations of event input handlers, event output handlers, event protocols, context handlers, and logic executors. The system - is build using a plugin architecture. Each configuration + is built using a plugin architecture. Each configuration option is realized by a plugin, which can be loaded and configured when the engine is started. New plugins can be added to the system at any time, though to benefit from a - new plugin an engine will need to be restarted. + new plugin, an engine will need to be restarted. .. container:: imageblock @@ -157,7 +157,7 @@ APEX Policy Matrix APEX offers a lot of flexibility for defining, deploying, and executing policies. Based on a theoretic model, it - supports virtually any policy model and allows to translate + supports virtually any policy model and supports translation of legacy policies into the APEX execution format. However, the most important aspect for using APEX is to decide what policy is needed, what underlying policy concepts should be @@ -222,7 +222,7 @@ APEX Policy Matrix - Feedback, i.e. why did something happen or not happen. Similar to analysis, but here the feedback will be in the - input event and the policy needs to something with that + input event and the policy needs to do something with that information. Feedback can be related to history or experience, for instance a previous policy execution. The policy needs to be context-aware or be a meta-policy. @@ -255,7 +255,7 @@ APEX Policy Matrix additional information of any kind but cannot change/alter them - - Global context (read and write), the policy the policy + - Global context (read and write), the policy has access to additional information of any kind and can alter this information (for instance to record historic information) |