Ignore:
Timestamp:
09/06/12 13:23:49 (12 years ago)
Author:
sherbold
Message:
  • code documentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-guitar/src/main/java/de/ugoe/cs/quest/plugin/guitar/eventcore/GUITAREventType.java

    r681 r782  
    55 
    66/** 
    7  *  
    87 * <p> 
    9  * TODO comment 
     8 * Event type of GUITAR events. The types are defined by eventIds. 
    109 * </p> 
    1110 *  
    12  * @version $Revision: $ $Date: Aug 16, 2012$ 
    13  * @author 2012, last modified by $Author: sherbold$ 
     11 * @version 1.0 
     12 * @author Steffen Herbold 
    1413 */ 
    1514public class GUITAREventType implements IEventType { 
    1615 
    17     /**  */ 
     16    /** 
     17     * <p> 
     18     * Id for object serialization. 
     19     * </p> 
     20     */ 
    1821    private static final long serialVersionUID = 1L; 
    1922 
     23    /** 
     24     * <p> 
     25     * GUITAR eventId of the event type. 
     26     * </p> 
     27     */ 
    2028    String guitarEventId; 
    2129 
     30    /** 
     31     * <p> 
     32     * Constructor. Creates a new {@link GUITAREventType}. 
     33     * </p> 
     34     *  
     35     * @param eventId 
     36     *            eventId of the event type 
     37     */ 
    2238    public GUITAREventType(String eventId) { 
    2339        this.guitarEventId = eventId; 
Note: See TracChangeset for help on using the changeset viewer.