Class TypeInformation
- java.lang.Object
-
- org.gcube.informationsystem.types.knowledge.TypeInformation
-
- All Implemented Interfaces:
TypeInformation<Type>,NodeInformation<Type>
public class TypeInformation extends Object implements TypeInformation<Type>
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description TypeInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTypegetAccessType(Type type)StringgetIdentifier(Type type)Set<String>getParentIdentifiers(Type root, Type type)TypegetRoot(AccessType accessType)
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier(Type type)
- Specified by:
getIdentifierin interfaceNodeInformation<Type>
-
getParentIdentifiers
public Set<String> getParentIdentifiers(Type root, Type type)
- Specified by:
getParentIdentifiersin interfaceNodeInformation<Type>
-
getAccessType
public AccessType getAccessType(Type type)
- Specified by:
getAccessTypein interfaceTypeInformation<Type>
-
getRoot
public Type getRoot(AccessType accessType)
- Specified by:
getRootin interfaceTypeInformation<Type>
-
-