Ignore:
Timestamp:
08/16/12 14:45:03 (12 years ago)
Author:
sherbold
Message:
  • countless adaptations throughout nearly all components to remove errors introduced due to the refactoring of the event core
File:
1 edited

Legend:

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

    r518 r548  
    1616 
    1717        @Override 
    18         public double getProbability(List<? extends Event<?>> context, 
    19                         Event<?> symbol) { 
    20                 List<Event<?>> list = new ArrayList<Event<?>>(); 
     18        public double getProbability(List<Event> context, 
     19                        Event symbol) { 
     20                List<Event> list = new ArrayList<Event>(); 
    2121                if( context.isEmpty() ) { 
    2222                        return 2; 
Note: See TracChangeset for help on using the changeset viewer.