Added missing authorship
This commit is contained in:
parent
590be162b8
commit
58b688a9ad
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue