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