Fixing class
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@141928 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ba35940a0c
commit
ca3de752e2
|
@ -1,20 +1,8 @@
|
||||||
package org.gcube.informationsystem.parthenos.model.relation;
|
package org.gcube.informationsystem.parthenos.model.relation;
|
||||||
|
|
||||||
import java.net.URI;
|
/**
|
||||||
import java.util.Collection;
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
*/
|
||||||
|
|
||||||
/**\n * @author Luca Frosini (ISTI - CNR)\n */
|
|
||||||
public interface PP1_currently_offers extends P9_consists_of {
|
public interface PP1_currently_offers extends P9_consists_of {
|
||||||
|
|
||||||
/* ***************************************************
|
|
||||||
* Common interfaces
|
|
||||||
*/
|
|
||||||
|
|
||||||
OWLNamedIndividual getOwlIndividual();
|
|
||||||
|
|
||||||
OWLOntology getOwlOntology();
|
|
||||||
|
|
||||||
void delete();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue