diff options
author | Jim Hahn <jrh3@att.com> | 2020-10-16 14:17:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-16 14:17:43 +0000 |
commit | 5190c58837149c4599182d211d8ae5bd83003d34 (patch) | |
tree | 6186091f088a43623a2b9ebf9b203fc33e90825a /src/site-docs/adoc/fragments/apex-policy-model/concept-logic.adoc | |
parent | c293413c1c46d3c59ff8a855d683f4614bbe644a (diff) | |
parent | 0cf967c0239a8ab9c8b8831b700b72d9a08f7b03 (diff) |
Merge "Remove apex asciidoc documents"
Diffstat (limited to 'src/site-docs/adoc/fragments/apex-policy-model/concept-logic.adoc')
-rw-r--r-- | src/site-docs/adoc/fragments/apex-policy-model/concept-logic.adoc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/site-docs/adoc/fragments/apex-policy-model/concept-logic.adoc b/src/site-docs/adoc/fragments/apex-policy-model/concept-logic.adoc deleted file mode 100644 index 250f8accf..000000000 --- a/src/site-docs/adoc/fragments/apex-policy-model/concept-logic.adoc +++ /dev/null @@ -1,30 +0,0 @@ -// -// ============LICENSE_START======================================================= -// Copyright (C) 2016-2018 Ericsson. All rights reserved. -// ================================================================================ -// This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE -// Full license text at https://creativecommons.org/licenses/by/4.0/legalcode -// -// SPDX-License-Identifier: CC-BY-4.0 -// ============LICENSE_END========================================================= -// -// @author Sven van der Meer (sven.van.der.meer@ericsson.com) -// - -== Concept: Logic - -The __Logic__ concept instance holds the actual programmed task logic for a task defined in a __Task__ concept or the programmed task selection logic for a state defined in a __State__ concept. -It is keyed with a `ReferenceKey` key, which references the task or state that owns the logic. -The __LocalName__ field of the Logic concept is the name of the logic. - -The __LogicCode__ field of a Logic concept definition is a string that holds the program code that is to be executed at run time. -The __LogicType__ field defines the language of the code. -The standard values are the logic languages supported by APEX: - link:https://en.wikipedia.org/wiki/JavaScript[JAVASCRIPT], - link:https://java.com/en/[JAVA], - link:http://www.jython.org/[JYTHON], - link:http://jruby.org/[JRUBY], or - link:https://en.wikibooks.org/wiki/Transwiki:MVEL_Language_Guide[MVEL]. - -The APEX engine uses the __LogicType__ field value to decide which language interpreter to use for a task and then sends the logic defined in the __LogicCode__ field to that interpreter. - |