Reorganized packages

This commit is contained in:
luca.frosini 2023-10-26 17:19:01 +02:00
parent 9a32f3c534
commit 58e5e70db6
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.knowledge;
package org.gcube.informationsystem.model.knowledge;
import java.util.AbstractMap.SimpleEntry;
import java.util.Arrays;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.knowledge;
package org.gcube.informationsystem.model.knowledge;
import org.gcube.informationsystem.base.reference.AccessType;
import org.gcube.informationsystem.tree.NodeInformation;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.knowledge;
package org.gcube.informationsystem.model.knowledge;
import java.util.ArrayList;
import java.util.LinkedHashMap;

View File

@ -10,7 +10,7 @@ import org.gcube.informationsystem.types.reference.Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public class TypeInformation implements org.gcube.informationsystem.knowledge.TypeInformation<Type> {
public class TypeInformation implements org.gcube.informationsystem.model.knowledge.TypeInformation<Type> {
@Override
public String getIdentifier(Type type) {

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.knowledge;
package org.gcube.informationsystem.model.knowledge;
import java.io.File;
import java.io.IOException;