move doc to my gist
This commit is contained in:
parent
134a7c470b
commit
2496449c1e
39
DEV_HLEP.md
39
DEV_HLEP.md
|
@ -1,39 +0,0 @@
|
|||
# Dev help
|
||||
|
||||
This document introduces some guidelines used in the development of this program
|
||||
|
||||
## Possible link
|
||||
|
||||
One of the most important things in this program is to generate links, and the most difficult one is pLink. The following graph shows all the pLink situations that will be analyzed in this program.
|
||||
|
||||
```
|
||||
+--------------+ +-----------------+
|
||||
| pLocal +--------------> |
|
||||
+--------------+ | |
|
||||
| pIn (bb/oper) |
|
||||
+--------------+ | |
|
||||
| pIn (bb) +--------------> / |
|
||||
+--------------+ | |
|
||||
| pTarget (bb) |
|
||||
+----------------+ | |
|
||||
| pOut (bb/oper) +------------> |
|
||||
+----------------+ +-----------------+
|
||||
|
||||
|
||||
|
||||
|
||||
+------------------+ +--------------+
|
||||
| +-----------> pOut (bb) |
|
||||
| | +--------------+
|
||||
| pOut (bb/oper) |
|
||||
| | +--------------+
|
||||
| +-----------> pLocal |
|
||||
+------------------+ +--------------+
|
||||
|
||||
```
|
||||
|
||||
If one terminal of the link is not in the current graph, then this terminal will create as a Shortcut. But if there is a node with the same CK_ID as the other terminal of the link in the pIO of the graph at this time, then an eLink should be created.
|
||||
|
||||
## decorated.db format
|
||||
|
||||
Todo...
|
Loading…
Reference in New Issue
Block a user