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:
Luca Frosini 2017-01-30 17:54:37 +00:00
parent ba35940a0c
commit ca3de752e2
1 changed files with 3 additions and 15 deletions

View File

@ -1,20 +1,8 @@
package org.gcube.informationsystem.parthenos.model.relation;
import java.net.URI;
import java.util.Collection;
import javax.xml.datatype.XMLGregorianCalendar;
/**\n * @author Luca Frosini (ISTI - CNR)\n */
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP1_currently_offers extends P9_consists_of {
/* ***************************************************
* Common interfaces
*/
OWLNamedIndividual getOwlIndividual();
OWLOntology getOwlOntology();
void delete();
}