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

15 lines
483 B
Java

package org.gcube.informationsystem.model.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService;
import org.gcube.informationsystem.model.relation.ConsistsOf;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP49_provides_access_point
<Out extends PE8_EService, In extends PE29_Access_Point>
extends ConsistsOf<Out, In> {
}