Package org.gcube.informationsystem.tree
Interface NodeInformation<T>
-
- Type Parameters:
T- The type of the element.
- All Known Subinterfaces:
TypeInformation<T>
- All Known Implementing Classes:
ClassInformation,TypeInformation
public interface NodeInformation<T>An interface for extracting identification and relationship information from elements to be used in aTree.- Author:
- Luca Frosini (ISTI - CNR)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentifier(T t)Returns a unique identifier for the given element.Set<String>getParentIdentifiers(T root, T t)Returns the identifiers of the parents of the given element.
-