Ignore:
Timestamp:
09/04/12 17:15:28 (12 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

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

    r655 r766  
    22 
    33import java.io.Serializable; 
    4 import java.security.InvalidParameterException; 
    54import java.util.Collection; 
    65import java.util.List; 
     
    3130     * @return probabilty the {@code symbol} is the next event, given the last events 
    3231     *         {@code context} 
    33      * @throws InvalidParameterException 
     32     * @throws IllegalArgumentException 
    3433     *             thrown if context or symbol is null 
    3534     */ 
     
    4443     *            sequences of which the probability is calculated 
    4544     * @return probability of the sequences; 1.0 if sequence is empty or null 
    46      * @throws InvalidParameterException 
     45     * @throws IllegalArgumentException 
    4746     *             thrown if sequence is null 
    4847     */ 
     
    9089     * @return generated sequences 
    9190     * @see #generateSequences(int, boolean) 
    92      * @throws InvalidParameterException 
     91     * @throws IllegalArgumentException 
    9392     *             thrown if length is less than or equal to 0 
    9493     */ 
     
    108107     *            if true, all generated sequences start with {@link Event#STARTEVENT} 
    109108     * @return generated sequences 
    110      * @throws InvalidParameterException 
     109     * @throws IllegalArgumentException 
    111110     *             thrown if length is less than or equal to 0 
    112111     */ 
     
    123122     * @param length 
    124123     * @return generated sequences 
    125      * @throws InvalidParameterException 
     124     * @throws IllegalArgumentException 
    126125     *             thrown if length is less than or equal to 0 
    127126     */ 
Note: See TracChangeset for help on using the changeset viewer.