Ignore:
Timestamp:
11/29/17 13:58:08 (7 years ago)
Author:
pharms
Message:
  • java doc issues removal
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-uml/src/main/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtils.java

    r2039 r2215  
    411411     * </p> 
    412412     *  
    413      * @param sequence 
     413     * @param sequences 
    414414     *            sequence that is added as sequence diagram 
    415415     * @param model 
     
    667667     * </p> 
    668668     *  
    669      * @param comp 
     669     * @param component 
    670670     *            component whose realized interfaces are determined 
    671671     * @return realized interfaces 
     
    689689     * Determines searches within a {@link Package} for a component to which the UTP TestContext 
    690690     * stereotype is applied. 
     691     * </p> 
    691692     * <ul> 
    692693     * <li>If no testContextName is provided, the first test context found is returned.</li> 
    693694     * <li>In case no test context is found, null is returned.</li> 
    694      * </p> 
     695     * </ul> 
    695696     *  
    696697     * @param pkg 
     
    801802     * @param msgSourceLifeline 
    802803     *            source lifeline of the message 
    803      * @param targetAttributes 
     804     * @param msgTargetLifeline 
    804805     *            target lifeline of the message 
    805806     */ 
Note: See TracChangeset for help on using the changeset viewer.