parthenos-entities/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP1_currently_offers.java

21 lines
467 B
Java

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 */
public interface PP1_currently_offers extends P9_consists_of {
/* ***************************************************
* Common interfaces
*/
OWLNamedIndividual getOwlIndividual();
OWLOntology getOwlOntology();
void delete();
}