Ignore:
Timestamp:
08/17/12 08:33:29 (12 years ago)
Author:
pharms
Message:
  • adapted task tree creation stuff to more general event handling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-tasktrees-test/src/test/java/de/ugoe/cs/quest/tasktrees/testutils/Utilities.java

    r445 r557  
    1 //------------------------------------------------------------------------------------------------- 
    21// Module    : $RCSfile: TestUtils.java,v $ 
    32// Version   : $Revision: 0.0 $  $Author: patrick $  $Date: 02.04.2012 $ 
     
    54// Creation  : 2012 by patrick 
    65// Copyright : Patrick Harms, 2012 
    7 //------------------------------------------------------------------------------------------------- 
     6 
     7 
    88package de.ugoe.cs.quest.tasktrees.testutils; 
    99 
    1010import de.ugoe.cs.quest.tasktrees.nodeequality.NodeEqualityRuleManager; 
    1111 
    12 //------------------------------------------------------------------------------------------------- 
    1312/** 
    1413 * TODO comment 
     
    1716 * @author 2012, last modified by $Author: patrick$ 
    1817 */ 
    19 //------------------------------------------------------------------------------------------------- 
    20 public class Utilities 
    21 { 
    22   /** */ 
    23   private static final NodeEqualityRuleManager NODE_EQUALITY_RULE_MANAGER = 
    24     new NodeEqualityRuleManager(); 
    25    
    26   static 
    27   { 
    28     NODE_EQUALITY_RULE_MANAGER.init(); 
    29   } 
     18public class Utilities { 
     19     
     20    /** */ 
     21    private static final NodeEqualityRuleManager NODE_EQUALITY_RULE_MANAGER = 
     22        new NodeEqualityRuleManager(); 
    3023 
    31   //----------------------------------------------------------------------------------------------- 
    32   /** 
    33    * TODO: comment 
    34    * 
    35    * @return 
    36    */ 
    37   //----------------------------------------------------------------------------------------------- 
    38   public static NodeEqualityRuleManager getNodeEqualityRuleManagerForTests() 
    39   { 
    40     return NODE_EQUALITY_RULE_MANAGER; 
    41   } 
     24    static { 
     25        NODE_EQUALITY_RULE_MANAGER.init(); 
     26    } 
     27 
     28    /** 
     29     * TODO: comment 
     30     *  
     31     * @return 
     32     */ 
     33    public static NodeEqualityRuleManager getNodeEqualityRuleManagerForTests() { 
     34        return NODE_EQUALITY_RULE_MANAGER; 
     35    } 
    4236 
    4337} 
Note: See TracChangeset for help on using the changeset viewer.