-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC] Improve the documentation to better match CRAN requirements (#124)
- Improve API documentation - Add executable examples
- Loading branch information
Showing
10 changed files
with
327 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<semantic:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" | ||
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" | ||
xmlns:semantic="http://www.omg.org/spec/BPMN/20100524/MODEL" targetNamespace="http://www.trisotech.com/definitions/_1275486058980"> | ||
<semantic:process id="process_1" isExecutable="false"> | ||
<semantic:startEvent id="start_event_1_1"/> | ||
<semantic:task id="task_1_1" name="Quotation Handling" completionQuantity="1" isForCompensation="false" startQuantity="1"/> | ||
<semantic:exclusiveGateway id="exclusive_gateway_1_1" gatewayDirection="Diverging"/> | ||
<semantic:task id="task_1_2" name="Order Handling" completionQuantity="1" isForCompensation="false" startQuantity="1"/> | ||
<semantic:task id="task_1_3" name="Shipping Handling" completionQuantity="1" isForCompensation="false" startQuantity="1"/> | ||
<semantic:userTask id="user_task_1_1" name="Review Order" implementation="##unspecified" completionQuantity="1" isForCompensation="false" startQuantity="1"/> | ||
<semantic:endEvent id="end_event_1_1"/> | ||
<semantic:parallelGateway id="parallel_gateway_1_1" gatewayDirection="Diverging"/> | ||
<semantic:parallelGateway id="parallel_gateway_1_2" gatewayDirection="Converging"/> | ||
<semantic:endEvent id="end_event_1_2"> | ||
<semantic:terminateEventDefinition/> | ||
</semantic:endEvent> | ||
<semantic:callActivity id="call_activity_1_1" name="Approve Order" calledElement="process_2"/> | ||
<semantic:sequenceFlow id="sequence_flow_1_1" sourceRef="start_event_1_1" targetRef="task_1_1"/> | ||
<semantic:sequenceFlow id="sequence_flow_1_2" sourceRef="task_1_1" targetRef="call_activity_1_1"/> | ||
<semantic:sequenceFlow id="sequence_flow_1_3" sourceRef="call_activity_1_1" targetRef="exclusive_gateway_1_1"/> | ||
<semantic:sequenceFlow id="sequence_flow_1_4" name="Approved" sourceRef="exclusive_gateway_1_1" targetRef="parallel_gateway_1_1"/> | ||
<semantic:sequenceFlow id="sequence_flow_1_5" sourceRef="parallel_gateway_1_1" targetRef="task_1_2"/> | ||
<semantic:sequenceFlow id="sequence_flow_1_6" sourceRef="parallel_gateway_1_1" targetRef="task_1_3"/> | ||
<semantic:sequenceFlow id="sequence_flow_1_7" sourceRef="task_1_2" targetRef="parallel_gateway_1_2"/> | ||
<semantic:sequenceFlow id="sequence_flow_1_8" sourceRef="task_1_3" targetRef="parallel_gateway_1_2"/> | ||
<semantic:sequenceFlow id="sequence_flow_1_9" sourceRef="parallel_gateway_1_2" targetRef="user_task_1_1"/> | ||
<semantic:sequenceFlow id="sequence_flow_1_10" sourceRef="user_task_1_1" targetRef="end_event_1_1"/> | ||
<semantic:sequenceFlow id="sequence_flow_1_11" sourceRef="exclusive_gateway_1_1" targetRef="end_event_1_2"/> | ||
</semantic:process> | ||
<semantic:process id="process_2" isExecutable="false"> | ||
<semantic:startEvent id="start_event_2_1"/> | ||
<semantic:userTask id="user_task_2_1" name="Approve Customer" implementation="##unspecified" completionQuantity="1" isForCompensation="false" startQuantity="1"/> | ||
<semantic:userTask id="user_task_2_2" name="Approve Product" implementation="##unspecified" completionQuantity="1" isForCompensation="false" startQuantity="1"/> | ||
<semantic:endEvent id="end_event_2_1"/> | ||
<semantic:sequenceFlow id="sequence_flow_2_1" sourceRef="start_event_2_1" targetRef="user_task_2_1"/> | ||
<semantic:sequenceFlow id="sequence_flow_2_2" sourceRef="user_task_2_1" targetRef="user_task_2_2"/> | ||
<semantic:sequenceFlow id="sequence_flow_2_3" sourceRef="user_task_2_2" targetRef="end_event_2_1"/> | ||
</semantic:process> | ||
<bpmndi:BPMNDiagram id="diagram_1" name="Order Process" resolution="96.00000267028808"> | ||
<bpmndi:BPMNPlane bpmnElement="process_1"> | ||
<bpmndi:BPMNShape id="shape_start_event_1_1" bpmnElement="start_event_1_1"> | ||
<dc:Bounds x="155" y="163" width="30" height="30"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_task_1_1" bpmnElement="task_1_1"> | ||
<dc:Bounds x="245" y="144" width="83" height="68"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_exclusive_gateway_1_1" bpmnElement="exclusive_gateway_1_1" isMarkerVisible="false"> | ||
<dc:Bounds x="529" y="157" width="42" height="42"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_task_1_2" bpmnElement="task_1_2"> | ||
<dc:Bounds x="688" y="82" width="83" height="68"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_task_1_3" bpmnElement="task_1_3"> | ||
<dc:Bounds x="688" y="212" width="83" height="68"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_user_task_1_1" bpmnElement="user_task_1_1"> | ||
<dc:Bounds x="868" y="144" width="83" height="68"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_end_event_1_1" bpmnElement="end_event_1_1"> | ||
<dc:Bounds x="1002" y="162" width="32" height="32"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_parallel_gateway_1_1" bpmnElement="parallel_gateway_1_1"> | ||
<dc:Bounds x="637" y="157" width="42" height="42"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_parallel_gateway_1_2" bpmnElement="parallel_gateway_1_2"> | ||
<dc:Bounds x="778" y="157" width="42" height="42"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_end_event_1_2" bpmnElement="end_event_1_2"> | ||
<dc:Bounds x="534" y="90" width="32" height="32"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_call_activity_1_1" bpmnElement="call_activity_1_1" isExpanded="false"> | ||
<dc:Bounds x="388" y="144" width="83" height="68"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_1_1" bpmnElement="sequence_flow_1_1"> | ||
<di:waypoint x="185" y="178"/> | ||
<di:waypoint x="245" y="178"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_1_2" bpmnElement="sequence_flow_1_2"> | ||
<di:waypoint x="328" y="178"/> | ||
<di:waypoint x="388" y="178"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_1_3" bpmnElement="sequence_flow_1_3"> | ||
<di:waypoint x="471" y="178"/> | ||
<di:waypoint x="529" y="178"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_1_4" bpmnElement="sequence_flow_1_4"> | ||
<di:waypoint x="571" y="178"/> | ||
<di:waypoint x="637" y="178"/> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="580" y="153" width="48" height="14"/> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_1_5" bpmnElement="sequence_flow_1_5"> | ||
<di:waypoint x="658" y="157"/> | ||
<di:waypoint x="658" y="116"/> | ||
<di:waypoint x="688" y="116"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_1_6" bpmnElement="sequence_flow_1_6"> | ||
<di:waypoint x="658" y="199"/> | ||
<di:waypoint x="658" y="246"/> | ||
<di:waypoint x="688" y="246"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_1_7" bpmnElement="sequence_flow_1_7"> | ||
<di:waypoint x="772" y="116"/> | ||
<di:waypoint x="799" y="116"/> | ||
<di:waypoint x="799" y="157"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_1_8" bpmnElement="sequence_flow_1_8"> | ||
<di:waypoint x="772" y="246"/> | ||
<di:waypoint x="799" y="246"/> | ||
<di:waypoint x="799" y="199"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_1_9" bpmnElement="sequence_flow_1_9"> | ||
<di:waypoint x="820" y="178"/> | ||
<di:waypoint x="868" y="178"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_1_10" bpmnElement="sequence_flow_1_10"> | ||
<di:waypoint x="951" y="178"/> | ||
<di:waypoint x="1002" y="178"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_1_11" bpmnElement="sequence_flow_1_11"> | ||
<di:waypoint x="550" y="157"/> | ||
<di:waypoint x="550" y="122"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
<bpmndi:BPMNDiagram id="diagram_2" name="Approve Order" resolution="96.00000267028808"> | ||
<bpmndi:BPMNPlane bpmnElement="process_2"> | ||
<bpmndi:BPMNShape id="shape_user_task_2_1" bpmnElement="user_task_2_1"> | ||
<dc:Bounds x="413" y="372" width="83" height="68"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_user_task_2_2" bpmnElement="user_task_2_2"> | ||
<dc:Bounds x="526" y="372" width="83" height="68"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_start_event_2_1" bpmnElement="start_event_2_1"> | ||
<dc:Bounds x="357" y="390" width="30" height="30"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="shape_end_event_2_1" bpmnElement="end_event_2_1"> | ||
<dc:Bounds x="640" y="389" width="32" height="32"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_2_3" bpmnElement="sequence_flow_2_3"> | ||
<di:waypoint x="609" y="406"/> | ||
<di:waypoint x="627" y="406"/> | ||
<di:waypoint x="640" y="406"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_2_1" bpmnElement="sequence_flow_2_1"> | ||
<di:waypoint x="388" y="406"/> | ||
<di:waypoint x="402" y="406"/> | ||
<di:waypoint x="413" y="406"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="edge_sequence_flow_2_2" bpmnElement="sequence_flow_2_2"> | ||
<di:waypoint x="496" y="406"/> | ||
<di:waypoint x="526" y="406"/> | ||
<bpmndi:BPMNLabel/> | ||
</bpmndi:BPMNEdge> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</semantic:definitions> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.