Added release 19.05.

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2152 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2019-05-19 11:17:36 +00:00
parent 2c8d6d6f35
commit 5c23b7c968
2939 changed files with 62245 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[[Property:title|Creating aggregate client-supplier links]]
[[Property:weight|2]]
[[Property:uuid|824aa764-3d36-022e-e2c5-8e6c61b0b91d]]
# Select the button '''Create new aggregate client/supplier links'''. [[Image:new-aggregate-supplier-link-icon]]
# Start pick-and-drop on the class where the feature should be added.
# Drop on the desired supplier class.
# The '''Create feature''' dialog appears. See [[Adding an attribute|Creating an attribute]] or [[Adding a function|Creating a function]] using the feature wizard for more information.
{{seealso|<br/>
[[Creating client-supplier links|Creating client/supplier links]] <br/>
[[Creating inheritance links|Creating Inheritance links]] <br/>
[[New feature dialog]] }}

View File

@@ -0,0 +1,15 @@
[[Property:title|Creating client-supplier links]]
[[Property:weight|1]]
[[Property:uuid|dea329a5-0b78-8423-a0a0-a8e2516c36e7]]
# Select the button '''Create new client/supplier links'''. [[Image:new-supplier-link-icon]]
# Start pick-and-drop on the class where the feature should be added.
# Drop on the desired supplier class.
# The '''Create feature''' dialog appears. See [[Adding an attribute|Creating an attribute]] or [[Adding a function|Creating a function]] using the feature wizard for more information.
{{seealso|<br/>
[[Creating aggregate client-supplier links|Creating aggregate client/supplier links]] <br/>
[[Creating inheritance links|Creating Inheritance links]] <br/>
[[New feature dialog]] }}

View File

@@ -0,0 +1,5 @@
[[Property:title|Creating handles]]
[[Property:weight|4]]
[[Property:uuid|0e393d9e-88ec-6855-1f38-9f8fbd57489a]]
Once you have created a link to show the relationship between the classes in your system you may wish to organize them. One technique for doing this easily is to create handles in the links. A handle is simply a point anywhere along the link that causes the link to change direction. To create a handle just click the mouse at the exact point on the link you wish to put the handle and then drag it to where you want the handle to be positioned in the overall diagram. You can create as many handles as you wish and use them to organize you diagram so that it is easier to interpret and so that links do not get too jumbled and become incoherent.

View File

@@ -0,0 +1,16 @@
[[Property:title|Creating inheritance links]]
[[Property:weight|0]]
[[Property:uuid|eb5649b8-0f9a-2f9f-2785-84c28a2127ca]]
# Select the button '''Create new inheritance links'''. [[Image:new-inheritance-link-icon]]
# Start pick-and-drop on the class where the parent should be added.
# Drop on the desired parent class.
{{note|This action will also add the parent in the class text. }}
{{seealso|<br/>
[[Creating client-supplier links|Creating client/supplier links]] <br/>
}}

View File

@@ -0,0 +1,5 @@
[[Property:title|Managing links]]
[[Property:weight|3]]
[[Property:uuid|dddd0495-e341-c851-c364-e22d6100401b]]

View File

@@ -0,0 +1,26 @@
[[Property:title|Using the link tool]]
[[Property:weight|3]]
[[Property:uuid|2ab61f4c-fb5a-901c-f2b3-3ee680f48569]]
If you do not want straight arrows, you can insert handles on them. It is recommended that you use the link tool to do this, because it inserts the handles so that the angles in the line are exactly 90 degrees.
* To apply straight angles to a link, drop it in the '''Put handles on a link''' hole. [[Image:diagram-force-right-angles-icon]]
* The '''Link tool''' appears. Select the type of angle(s) you want for the link.
[[Image:link-tool]]
The combinations of handles you can apply to your link are:
* Put handle left <br/>
[[Image:link-tool-left]]
* Put handle right <br/>
[[Image:link-tool-right]]
* Put two handles left <br/>
[[Image:link-tool-two-left]]
* Put two handles right <br/>
[[Image:link-tool-two-right]]
* Remove handles <br/>
[[Image:link-tool-no-handles]]
* Click '''OK''' when you are satisfied with the result, pressing '''Cancel''' will put the link back the way it was.