Ignore:
Timestamp:
08/17/12 09:05:19 (12 years ago)
Author:
sherbold
Message:
  • adapted to quest coding style
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-usageprofiles/src/main/java/de/ugoe/cs/quest/usageprofiles/IDotCompatible.java

    r518 r559  
     1 
    12package de.ugoe.cs.quest.usageprofiles; 
    23 
    34/** 
    45 * <p> 
    5  * Models implementing this interface provide a graph representation of 
    6  * themselves as a {@link String} with Dot syntax. 
     6 * Models implementing this interface provide a graph representation of themselves as a 
     7 * {@link String} with Dot syntax. 
    78 * </p> 
    89 *  
     
    1213public interface IDotCompatible { 
    1314 
    14         /** 
    15         * <p> 
    16         * Returns a Dot representation of the model. 
    17         * </p> 
    18         *  
    19         * @return string with Dot syntax that describes the model. 
    20         */ 
    21         public abstract String getDotRepresentation(); 
     15    /** 
     16    * <p> 
     17    * Returns a Dot representation of the model. 
     18    * </p> 
     19    *  
     20    * @return string with Dot syntax that describes the model. 
     21    */ 
     22    public abstract String getDotRepresentation(); 
    2223} 
Note: See TracChangeset for help on using the changeset viewer.