RLPark 1.0.0
Reinforcement Learning Framework in Java

Traverser.java

Go to the documentation of this file.
00001 package zephyr.plugin.core.api.internal.codeparser.interfaces;
00002 
00003 
00004 public interface Traverser {
00005   boolean inNode(CodeNode codeNode);
00006 
00007   void outNode(CodeNode codeNode);
00008 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark