Ignore:
Timestamp:
06/25/14 22:02:05 (10 years ago)
Author:
rkrimmel
Message:

Code cleanup, removed alot of unneccessary code from pal sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ralph/src/main/java/de/ugoe/cs/autoquest/tasktrees/alignment/pal/tree/Tree.java

    r1573 r1579  
    5959        void createNodeList(); 
    6060 
    61         /** 
    62          * Sets an named attribute for a given node. 
    63          * @param node the node whose attribute is being set. 
    64          * @param name the name of the attribute. 
    65          * @param value the new value of the attribute. 
    66          */ 
    67         void setAttribute(Node node, String name, Object value); 
    6861 
    69         /** 
    70          * @return an object representing the named attributed for the numbered node. 
    71          * @param node the node being interrogated. 
    72          * @param name the name of the attribute of interest. 
    73          */ 
    74         Object getAttribute(Node node, String name); 
    7562} 
Note: See TracChangeset for help on using the changeset viewer.