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