Reorganized packages
This commit is contained in:
parent
9a32f3c534
commit
58e5e70db6
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.knowledge;
|
||||
package org.gcube.informationsystem.model.knowledge;
|
||||
|
||||
import java.util.AbstractMap.SimpleEntry;
|
||||
import java.util.Arrays;
|
|
@ -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;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.knowledge;
|
||||
package org.gcube.informationsystem.model.knowledge;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.LinkedHashMap;
|
|
@ -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) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.knowledge;
|
||||
package org.gcube.informationsystem.model.knowledge;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
Loading…
Reference in New Issue