From: aditya.puthuparambil Date: Tue, 7 Apr 2020 13:18:55 +0000 (+0100) Subject: Apex-pdp documentation conversion for DecisionMaker example X-Git-Tag: 3.1.2~5^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=5a847723f3cf5339caaaa9c7fd608ad9afa49b96 Apex-pdp documentation conversion for DecisionMaker example Issue-ID: POLICY-2399 Signed-off-by: aditya.puthuparambil Change-Id: I9fc825bc1010a53a159572656957d899d9a52aa9 --- diff --git a/docs/apex/APEX-DecisionMakerExample.rst b/docs/apex/APEX-DecisionMakerExample.rst new file mode 100644 index 00000000..9bd6a564 --- /dev/null +++ b/docs/apex/APEX-DecisionMakerExample.rst @@ -0,0 +1,107 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. _apex-DecisionMakerExample: + +APEX Examples Decision Maker +**************************** + + .. container:: sectionbody + + Click on the link to find the contents of each file to generate the Decision Maker Example. + + .. container:: ulist + + - |apexConfigRESTClient_link| + - |apexConfigRESTServer_link| + - |answerInitiationEvent_link| + - |makeDecision_Client_link| + - |makeDecision_Server_link| + - |makeDecisionExtraMode_Client_link| + - |makeDecisionExtraMode_Server_link| + + - APEX Model (Policies) + + - |answerInitTask_link| + - |ditheringAnswerTask_link| + - |makeDecisionStateTSL_link| + - |optimisticAnswerTask_link| + - |pessimisticAnswerTask_link| + - |randomAnswerTask_link| + - |roundRobinAnswerTask_link| + + + .. container:: + :name: footer-text + + 2.3.0-SNAPSHOT + Last updated 2020-04-08 16:04:24 IST + +.. |File > New to create a new Policy Model| image:: images/mfp/MyFirstPolicy_P1_newPolicyModel1.png +.. |Create a new Policy Model| image:: images/mfp/MyFirstPolicy_P1_newPolicyModel2.png +.. |ONAP| image:: ../../../images/logos.png + :class: builtBy + :target: http://www.onap.org/ +.. |apexConfigRESTClient_link| raw:: html + + APEX Configuration: Rest Client +.. |apexConfigRESTServer_link| raw:: html + + APEX Configuration: Rest Server + +.. |answerInitiationEvent_link| raw:: html + + Initiation Event + +.. |makeDecision_Client_link| raw:: html + + HTML Client + +.. |makeDecision_Server_link| raw:: html + + HTML Server + +.. |makeDecisionExtraMode_Client_link| raw:: html + + HTML Client: Extra Mode + +.. |makeDecisionExtraMode_Server_link| raw:: html + + HTML Server: Extra Mode + +.. |apexConfigRESTServer_link| raw:: html + + APEX Configuration: Rest Server + +.. |answerInitTask_link| raw:: html + + Task Logic: Answer Init + +.. |ditheringAnswerTask_link| raw:: html + + Task Logic: Dithering Answer + +.. |makeDecisionStateTSL_link| raw:: html + + Task Selection Logic: Make Decision State + +.. |optimisticAnswerTask_link| raw:: html + + Task Logic: Optimistic Answer + +.. |pessimisticAnswerTask_link| raw:: html + + Task Logic: Pessimistic Answer + +.. |randomAnswerTask_link| raw:: html + + Task Logic: Random Answer + +.. |roundRobinAnswerTask_link| raw:: html + + Task Logic: RoundRobin Answer + + + + + diff --git a/docs/apex/APEX-Policy-Examples.rst b/docs/apex/APEX-Policy-Examples.rst index 579f9160..cb8fa8d3 100644 --- a/docs/apex/APEX-Policy-Examples.rst +++ b/docs/apex/APEX-Policy-Examples.rst @@ -70,8 +70,7 @@ Decision Maker .. container:: ulist - - `Decision Maker on APEX - site `__ + - :ref:`Decision Maker on APEX site ` .. container:: :name: footer @@ -80,4 +79,4 @@ Decision Maker :name: footer-text 2.3.0-SNAPSHOT - Last updated 2020-04-03 16:04:24 GMT \ No newline at end of file + Last updated 2020-04-08 16:04:24 GMT \ No newline at end of file diff --git a/docs/apex/apex.rst b/docs/apex/apex.rst index 4e257a17..cc196bce 100644 --- a/docs/apex/apex.rst +++ b/docs/apex/apex.rst @@ -13,3 +13,4 @@ Policy APEX PDP Engine APEX-Developer-Guide.rst APEX-Install-Guide.rst APEX-OnapPf-Guide.rst + APEX-Policy-Examples.rst \ No newline at end of file