RLPark 1.0.0
Reinforcement Learning Framework in Java

CodeNode.java

Go to the documentation of this file.
00001 package zephyr.plugin.core.api.internal.codeparser.interfaces;
00002 
00003 public interface CodeNode {
00004   ParentNode parent();
00005 
00006   String[] path();
00007 
00008   String label();
00009 
00010   int level();
00011 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark