Uses of Interface
org.gcube.resourcemanagement.model.reference.relations.isrelatedto.Activates
-
Packages that use Activates Package Description org.gcube.resourcemanagement.model.impl.relations.isrelatedto org.gcube.resourcemanagement.model.reference.relations.isrelatedto -
-
Uses of Activates in org.gcube.resourcemanagement.model.impl.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.impl.relations.isrelatedto that implement Activates Modifier and Type Class Description classActivatesImpl<Out extends Service,In extends Service> -
Uses of Activates in org.gcube.resourcemanagement.model.reference.relations.isrelatedto
Methods in org.gcube.resourcemanagement.model.reference.relations.isrelatedto that return Activates Modifier and Type Method Description static <Out extends Service,In extends Service>
Activates<Out,In>Activates. getDefaultInstance(Out out, In in)Returns a default instance of Activates
-