package org.argeo.slc.core.structure.tree; import org.argeo.slc.core.structure.StructureAware; import org.argeo.slc.core.structure.StructureElement; import org.argeo.slc.core.structure.StructureRegistry; public interface TreeSRelated extends StructureAware{ public TreeSPath getBasePath(); public StructureRegistry getRegistry(); public StructureElement getStructureElement(String key); }