View Javadoc
1
package
net.sf.flock.tree
;
2
3
import
java.util.Collection;
4
5
public
interface
ITreeNode
{
6
7
public
String getId();
8
9
public
String getFullPath();
10
11
public
Collection getChildren();
12
13
}
This page was automatically generated by
Maven