Browse Source

more javadoc

Eren Yilmaz 6 năm trước cách đây
mục cha
commit
2f155c8b4c
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/animation/AnimatedAlgorithm.java

+ 3 - 1
src/animation/AnimatedAlgorithm.java

@@ -81,6 +81,8 @@ public abstract class AnimatedAlgorithm extends Thread implements AlgorithmStage
 			
 		}
 	}
-	
+    /**
+     * creates a node in the pseudo code tree
+     */
     public abstract PseudoCodeNode createPseudocodeTree( JTree tree );
 }