Added missing authorship

This commit is contained in:
luca.frosini 2023-10-26 17:28:35 +02:00
parent 590be162b8
commit 58b688a9ad
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@ package org.gcube.informationsystem.model.knowledge;
import org.gcube.informationsystem.base.reference.AccessType;
import org.gcube.informationsystem.tree.NodeInformation;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface TypeInformation<T> extends NodeInformation<T> {
public AccessType getAccessType(T t);

View File

@ -2,6 +2,9 @@ package org.gcube.informationsystem.tree;
import java.util.Set;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface NodeInformation<T> {
public String getIdentifier(T t);