瀏覽代碼

documentation on getNeighbors updated

Simon Van Mierlo 8 年之前
父節點
當前提交
44ef8b7a48

二進制
doc/_build/doctrees/environment.pickle


二進制
doc/_build/doctrees/modelling_transformation.doctree


二進制
doc/_build/doctrees/new_language.doctree


+ 1 - 0
doc/_build/html/_sources/modelling_transformation.txt

@@ -154,6 +154,7 @@ Action Library
 |                                        |                                     | returned. The notion of full types is best explained by example: the full     |
 |                                        |                                     | returned. The notion of full types is best explained by example: the full     |
 |                                        |                                     | type of a SimpleClassDiagram.Class entity is                                  |
 |                                        |                                     | type of a SimpleClassDiagram.Class entity is                                  |
 |                                        |                                     | "/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class". |
 |                                        |                                     | "/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class". |
+|                                        |                                     | To match any type, use "*".                                                   |
 +----------------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 +----------------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 | print(msg)                             | * *msg*: string                     | Print the given string to the console that launched the AToMPM back-end.      |
 | print(msg)                             | * *msg*: string                     | Print the given string to the console that launched the AToMPM back-end.      |
 +----------------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 +----------------------------------------+-------------------------------------+-------------------------------------------------------------------------------+

+ 1 - 0
doc/_build/html/_sources/new_language.txt

@@ -274,6 +274,7 @@ Action Library
 |                                 |                                     | notion of full types is best explained by example: the full type of a         |
 |                                 |                                     | notion of full types is best explained by example: the full type of a         |
 |                                 |                                     | SimpleClassDiagram.Class entity is                                            |
 |                                 |                                     | SimpleClassDiagram.Class entity is                                            |
 |                                 |                                     | "/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class". |
 |                                 |                                     | "/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class". |
+|                                 |                                     | To match any type, use "*".                                                   |
 +---------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 +---------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 | print(msg)                      | * *msg*: string                     | Print the given string to the console that launched the AToMPM back-end.      |
 | print(msg)                      | * *msg*: string                     | Print the given string to the console that launched the AToMPM back-end.      |
 +---------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 +---------------------------------+-------------------------------------+-------------------------------------------------------------------------------+

+ 2 - 1
doc/_build/html/modelling_transformation.html

@@ -225,7 +225,8 @@ either direction should be returned. Finally, the <em>_type</em> parameter can b
 set to indicate that only neighbours of the given full type should be
 set to indicate that only neighbours of the given full type should be
 returned. The notion of full types is best explained by example: the full
 returned. The notion of full types is best explained by example: the full
 type of a SimpleClassDiagram.Class entity is
 type of a SimpleClassDiagram.Class entity is
-&#8220;/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class&#8221;.</td>
+&#8220;/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class&#8221;.
+To match any type, use &#8220;*&#8221;.</td>
 </tr>
 </tr>
 <tr class="row-odd"><td>print(msg)</td>
 <tr class="row-odd"><td>print(msg)</td>
 <td><ul class="first last simple">
 <td><ul class="first last simple">

+ 2 - 1
doc/_build/html/new_language.html

@@ -327,7 +327,8 @@ direction should be returned. Finally, the <em>_type</em> parameter can be set t
 indicate that only neighbours of the given full type should be re turned. The
 indicate that only neighbours of the given full type should be re turned. The
 notion of full types is best explained by example: the full type of a
 notion of full types is best explained by example: the full type of a
 SimpleClassDiagram.Class entity is
 SimpleClassDiagram.Class entity is
-&#8220;/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class&#8221;.</td>
+&#8220;/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class&#8221;.
+To match any type, use &#8220;*&#8221;.</td>
 </tr>
 </tr>
 <tr class="row-odd"><td>print(msg)</td>
 <tr class="row-odd"><td>print(msg)</td>
 <td><ul class="first last simple">
 <td><ul class="first last simple">

文件差異過大導致無法顯示
+ 1 - 1
doc/_build/html/searchindex.js


+ 1 - 0
doc/modelling_transformation.rst

@@ -154,6 +154,7 @@ Action Library
 |                                        |                                     | returned. The notion of full types is best explained by example: the full     |
 |                                        |                                     | returned. The notion of full types is best explained by example: the full     |
 |                                        |                                     | type of a SimpleClassDiagram.Class entity is                                  |
 |                                        |                                     | type of a SimpleClassDiagram.Class entity is                                  |
 |                                        |                                     | "/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class". |
 |                                        |                                     | "/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class". |
+|                                        |                                     | To match any type, use "*".                                                   |
 +----------------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 +----------------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 | print(msg)                             | * *msg*: string                     | Print the given string to the console that launched the AToMPM back-end.      |
 | print(msg)                             | * *msg*: string                     | Print the given string to the console that launched the AToMPM back-end.      |
 +----------------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 +----------------------------------------+-------------------------------------+-------------------------------------------------------------------------------+

+ 1 - 0
doc/new_language.rst

@@ -274,6 +274,7 @@ Action Library
 |                                 |                                     | notion of full types is best explained by example: the full type of a         |
 |                                 |                                     | notion of full types is best explained by example: the full type of a         |
 |                                 |                                     | SimpleClassDiagram.Class entity is                                            |
 |                                 |                                     | SimpleClassDiagram.Class entity is                                            |
 |                                 |                                     | "/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class". |
 |                                 |                                     | "/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram/Class". |
+|                                 |                                     | To match any type, use "*".                                                   |
 +---------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 +---------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 | print(msg)                      | * *msg*: string                     | Print the given string to the console that launched the AToMPM back-end.      |
 | print(msg)                      | * *msg*: string                     | Print the given string to the console that launched the AToMPM back-end.      |
 +---------------------------------+-------------------------------------+-------------------------------------------------------------------------------+
 +---------------------------------+-------------------------------------+-------------------------------------------------------------------------------+