Difference between revisions of "Syntax"
From EPC Standard
Line 54: | Line 54: | ||
{{#if: {{#show: {{PAGENAME}} | ?Is a }} | {{#show: {{PAGENAME}} | ?Is a | Intro=The {{PAGENAME}} is a }}.}} {{#if: {{#show: {{PAGENAME}} | ?contains }} | {{#show: {{PAGENAME}} | ?contains | Intro=It contains }}.}} {{#if: {{#show: {{PAGENAME}} | ?hasSuccessor }} | {{#show: {{PAGENAME}} | ?hasSuccessor | Intro=Possible succeeding element(s) is/are }}.}} {{#if: {{#show: {{PAGENAME}} | ?hasPredecessor }} | {{#show: {{PAGENAME}} | ?hasPredecessor | Intro=Previous element(s) can be }}.}} {{#if: {{#show: {{PAGENAME}} | ?hasIncomingControlFlow }} | {{#show: {{PAGENAME}} | ?hasIncomingControlFlow | Intro=The cardinalities are | Outro= (incoming)}}}} {{#if: {{#show: {{PAGENAME}} | ?hasOutgoingControlFlow}} | {{#show: {{PAGENAME}} | ?hasOutgoingControlFlow | Intro=and | Outro= (outgoing) respectively }}. | . }} {{#if: {{#show: {{PAGENAME}} | ?refersTo }} | {{#show: {{PAGENAME}} | ?refersTo | Intro=The {{PAGENAME}} refers to }}.}} {{#if: {{#show: {{PAGENAME}} | ?attachedTo }} | {{#show: {{PAGENAME}} | ?attachedTo | Intro=The {{PAGENAME}} is attached to a }}.}} | {{#if: {{#show: {{PAGENAME}} | ?Is a }} | {{#show: {{PAGENAME}} | ?Is a | Intro=The {{PAGENAME}} is a }}.}} {{#if: {{#show: {{PAGENAME}} | ?contains }} | {{#show: {{PAGENAME}} | ?contains | Intro=It contains }}.}} {{#if: {{#show: {{PAGENAME}} | ?hasSuccessor }} | {{#show: {{PAGENAME}} | ?hasSuccessor | Intro=Possible succeeding element(s) is/are }}.}} {{#if: {{#show: {{PAGENAME}} | ?hasPredecessor }} | {{#show: {{PAGENAME}} | ?hasPredecessor | Intro=Previous element(s) can be }}.}} {{#if: {{#show: {{PAGENAME}} | ?hasIncomingControlFlow }} | {{#show: {{PAGENAME}} | ?hasIncomingControlFlow | Intro=The cardinalities are | Outro= (incoming)}}}} {{#if: {{#show: {{PAGENAME}} | ?hasOutgoingControlFlow}} | {{#show: {{PAGENAME}} | ?hasOutgoingControlFlow | Intro=and | Outro= (outgoing) respectively }}. | . }} {{#if: {{#show: {{PAGENAME}} | ?refersTo }} | {{#show: {{PAGENAME}} | ?refersTo | Intro=The {{PAGENAME}} refers to }}.}} {{#if: {{#show: {{PAGENAME}} | ?attachedTo }} | {{#show: {{PAGENAME}} | ?attachedTo | Intro=The {{PAGENAME}} is attached to a }}.}} | ||
</includeonly> | </includeonly> | ||
+ | <noinclude> | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "IsSubClassOf": {}, | ||
+ | "Successors": {}, | ||
+ | "Predecessors": {}, | ||
+ | "HasIncomingControlFlow": {}, | ||
+ | "HasOutgoingControlFlow": {}, | ||
+ | "HasResource": {}, | ||
+ | "HasAttribute": {}, | ||
+ | "Is a": {} | ||
+ | } | ||
+ | } | ||
+ | </templatedata> | ||
+ | </noinclude> |
Latest revision as of 16:45, 25 January 2021
This is the "Syntax" template. It should be called in the following format:
{{Syntax |IsSubClassOf= |Successors= |Predecessors= |HasIncomingControlFlow= |HasOutgoingControlFlow= |HasResource= |HasAttribute= }}
Edit the page to see the template text.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
IsSubClassOf | IsSubClassOf | no description | Unknown | optional |
Successors | Successors | no description | Unknown | optional |
Predecessors | Predecessors | no description | Unknown | optional |
HasIncomingControlFlow | HasIncomingControlFlow | no description | Unknown | optional |
HasOutgoingControlFlow | HasOutgoingControlFlow | no description | Unknown | optional |
HasResource | HasResource | no description | Unknown | optional |
HasAttribute | HasAttribute | no description | Unknown | optional |
Is a | Is a | no description | Unknown | optional |