Apex-pdp documentation conversion for DecisionMaker example 36/105336/2
authoraditya.puthuparambil <aditya.puthuparambil@est.tech>
Tue, 7 Apr 2020 13:18:55 +0000 (14:18 +0100)
committeraditya.puthuparambil <aditya.puthuparambil@est.tech>
Wed, 8 Apr 2020 14:30:26 +0000 (15:30 +0100)
Issue-ID: POLICY-2399
Signed-off-by: aditya.puthuparambil <aditya.puthuparambil@est.tech>
Change-Id: I9fc825bc1010a53a159572656957d899d9a52aa9

docs/apex/APEX-DecisionMakerExample.rst [new file with mode: 0644]
docs/apex/APEX-Policy-Examples.rst
docs/apex/apex.rst

diff --git a/docs/apex/APEX-DecisionMakerExample.rst b/docs/apex/APEX-DecisionMakerExample.rst
new file mode 100644 (file)
index 0000000..9bd6a56
--- /dev/null
@@ -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
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/ApexConfigRESTClient.json" target="_blank">APEX Configuration: Rest Client</a>
+.. |apexConfigRESTServer_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/ApexConfigRESTServer.json" target="_blank">APEX Configuration: Rest Server</a>
+
+.. |answerInitiationEvent_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/AnswerInitiationEvent.json" target="_blank">Initiation Event</a>
+
+.. |makeDecision_Client_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/examples/html/DecisionMaker/MakeDecision_Client.html" target="_blank">HTML Client</a>
+
+.. |makeDecision_Server_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/examples/html/DecisionMaker/MakeDecision_Server.html" target="_blank">HTML Server</a>
+
+.. |makeDecisionExtraMode_Client_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/examples/html/DecisionMaker/MakeDecisionExtraMode_Client.html" target="_blank">HTML Client: Extra Mode</a>
+
+.. |makeDecisionExtraMode_Server_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/examples/html/DecisionMaker/MakeDecisionExtraMode_Server.html" target="_blank">HTML Server: Extra Mode</a>
+
+.. |apexConfigRESTServer_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/ApexConfigRESTServer.json" target="_blank">APEX Configuration: Rest Server</a>
+
+.. |answerInitTask_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/logic/AnswerInitTask.js" target="_blank">Task Logic: Answer Init</a>
+
+.. |ditheringAnswerTask_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/logic/DitheringAnswerTask.js" target="_blank">Task Logic: Dithering Answer</a>
+
+.. |makeDecisionStateTSL_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/logic/MakeDecisionStateTSL.js" target="_blank">Task Selection Logic: Make Decision State</a>
+
+.. |optimisticAnswerTask_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/logic/OptimisticAnswerTask.js" target="_blank">Task Logic: Optimistic Answer</a>
+
+.. |pessimisticAnswerTask_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/logic/PessimisticAnswerTask.js" target="_blank">Task Logic: Pessimistic Answer</a>
+
+.. |randomAnswerTask_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/logic/RandomAnswerTask.js" target="_blank">Task Logic: Random Answer</a>
+
+.. |roundRobinAnswerTask_link| raw:: html
+
+  <a href="https://github.com/onap/policy-apex-pdp/blob/master/examples/examples-decisionmaker/src/main/resources/logic/RoundRobinAnswerTask.js" target="_blank">Task Logic: RoundRobin Answer</a>
+
+
+
+
+
index 579f916..cb8fa8d 100644 (file)
@@ -70,8 +70,7 @@ Decision Maker
 
          .. container:: ulist
 
-            -  `Decision Maker on APEX
-               site <https://ericsson.github.io/apex-docs/modules/examples/examples-decisionmaker/index.html>`__
+            -  :ref:`Decision Maker on APEX site <apex-DecisionMakerExample>`
 
 .. 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
index 4e257a1..cc196bc 100644 (file)
@@ -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