Class ClassInformation
- java.lang.Object
-
- org.gcube.informationsystem.discovery.knowledge.ClassInformation
-
- All Implemented Interfaces:
NodeInformation<Class<Element>>
public class ClassInformation extends Object implements NodeInformation<Class<Element>>
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description ClassInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier(Class<Element> clz)Set<String>getParentIdentifiers(Class<Element> root, Class<Element> clz)
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier(Class<Element> clz)
- Specified by:
getIdentifierin interfaceNodeInformation<Class<Element>>
-
getParentIdentifiers
public Set<String> getParentIdentifiers(Class<Element> root, Class<Element> clz)
- Specified by:
getParentIdentifiersin interfaceNodeInformation<Class<Element>>
-
-