Package org.gcube.informationsystem.tree
Interface NodeInformation<T>
-
- All Known Subinterfaces:
TypeInformation<T>
- All Known Implementing Classes:
ClassInformation,TypeInformation
public interface NodeInformation<T>- Author:
- Luca Frosini (ISTI - CNR)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentifier(T t)Set<String>getParentIdentifiers(T root, T t)
-