Author:admin

Date:2008-09-17T13:53:28.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2008-09-17 13:53:28 +00:00
parent 4fee9356ea
commit 2ee31ab9c7
763 changed files with 36576 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[[Property:title|Eiffel Scheme Syntax]]
[[Property:weight|0]]
<code>'''eiffel:?<''eiffel-resource''>'''</code>
<''eiffel-resource''> is a combination of following parts, connected by '''&''' if more than one part are required:
* <''systeme''>, in the form of system=to_be_replaced, '''to_be_replaced''' consists of system_name or uuid of the system, or both connected by "'''.'''".
* <''targete''>, in the form of target=to_be_replaced, '''to_be_replaced''' consists of target_name or uuid of the system, or both connected by "'''.'''".
* <''clustere''>, in the form of cluster=to_be_replaced, '''to_be_replaced''' is the name of the cluster.
* <''classe''>, in the form of class=to_be_replaced, '''to_be_replaced''' is the name of the class.
* <''featuree''>, in the form of feature=to_be_replaced, '''to_be_replaced''' is the name of the feature.
{{note| '''Note: '''All parts above are unordered. }}
{{seealso| '''See Also''' <br/>
[[EIS incoming Examples|Examples]] }}

View File

@@ -0,0 +1,13 @@
[[Property:title|EIS incoming Examples]]
[[Property:weight|1]]
The following are examples of EIS incoming URIs.
* eiffel:?class=STRING_8&feature=is_equal
* eiffel:?cluster=elks&class=STRING_8&feature=is_equal
* eiffel:?target=base&cluster=elks&class=STRING_8&feature=is_equal
* eiffel:?system=ec.D398E904-E3C8-4F8A-B9E7-6FE493CEA02F&target=base&cluster=elks&class=STRING_8&feature=is_equal
* eiffel:?class=STRING_8
* eiffel:?cluster=elks

View File

@@ -0,0 +1,9 @@
[[Property:title|EIS: Incoming]]
[[Property:weight|3]]
Incoming mechanism is based on URI, and introduces a new URI scheme: '''eiffel'''. By entering the URI into address of a browser, or clicking on the hyper link, an existing EiffelStudio instance or new EiffelStudio instance will try to resolve the URI and display corresponding resources.
* [[Eiffel Scheme Syntax|Eiffel scheme Syntax]]
* [[EIS incoming Examples|Examples]]