Interface TypeInformation<T>
-
- All Superinterfaces:
NodeInformation<T>
- All Known Implementing Classes:
ClassInformation,TypeInformation
public interface TypeInformation<T> extends NodeInformation<T>
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessTypegetAccessType(T t)TgetRoot(AccessType accessType)-
Methods inherited from interface org.gcube.informationsystem.tree.NodeInformation
getIdentifier, getParentIdentifiers
-
-
-
-
Method Detail
-
getAccessType
AccessType getAccessType(T t)
-
getRoot
T getRoot(AccessType accessType)
-
-