package org.gcube.informationsystem.knowledge; import org.gcube.informationsystem.base.reference.AccessType; import org.gcube.informationsystem.tree.NodeInformation; public interface TypeInformation extends NodeInformation { public AccessType getAccessType(T t); public T getRoot(AccessType accessType); }