- Timestamp:
- 11/29/17 13:58:08 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-uml/src/main/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtils.java
r2039 r2215 411 411 * </p> 412 412 * 413 * @param sequence 413 * @param sequences 414 414 * sequence that is added as sequence diagram 415 415 * @param model … … 667 667 * </p> 668 668 * 669 * @param comp 669 * @param component 670 670 * component whose realized interfaces are determined 671 671 * @return realized interfaces … … 689 689 * Determines searches within a {@link Package} for a component to which the UTP TestContext 690 690 * stereotype is applied. 691 * </p> 691 692 * <ul> 692 693 * <li>If no testContextName is provided, the first test context found is returned.</li> 693 694 * <li>In case no test context is found, null is returned.</li> 694 * </ p>695 * </ul> 695 696 * 696 697 * @param pkg … … 801 802 * @param msgSourceLifeline 802 803 * source lifeline of the message 803 * @param targetAttributes804 * @param msgTargetLifeline 804 805 * target lifeline of the message 805 806 */
Note: See TracChangeset
for help on using the changeset viewer.