]> git.argeo.org Git - gpl/argeo-slc.git/blob - TreeSRelated.java
f939fbc12cffa7ac9e1851e6b061b9598cad244d
[gpl/argeo-slc.git] / TreeSRelated.java
1 package org.argeo.slc.core.structure.tree;
2
3 import org.argeo.slc.core.structure.StructureAware;
4 import org.argeo.slc.core.structure.StructureElement;
5 import org.argeo.slc.core.structure.StructureRegistry;
6
7 public interface TreeSRelated extends StructureAware<TreeSPath>{
8 public TreeSPath getBasePath();
9 public StructureRegistry<TreeSPath> getRegistry();
10 public StructureElement getStructureElement(String key);
11 }