Uses of Class
org.gcube.informationsystem.glitebridge.resource.cluster.ClusterType

Packages that use ClusterType
org.gcube.informationsystem.glitebridge.harvester.resource.cluster   
org.gcube.informationsystem.glitebridge.kimpl.cluster   
org.gcube.informationsystem.glitebridge.resource   
 

Uses of ClusterType in org.gcube.informationsystem.glitebridge.harvester.resource.cluster
 

Methods in org.gcube.informationsystem.glitebridge.harvester.resource.cluster that return types with arguments of type ClusterType
static java.util.List<ClusterType> ClusterTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
 

Uses of ClusterType in org.gcube.informationsystem.glitebridge.kimpl.cluster
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.cluster that return ClusterType
static ClusterType KClusterType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.cluster with parameters of type ClusterType
static void KClusterType.store(ClusterType clusterType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of ClusterType in org.gcube.informationsystem.glitebridge.resource
 

Methods in org.gcube.informationsystem.glitebridge.resource that return ClusterType
 ClusterType Cluster.getCluster()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource with parameters of type ClusterType
 void Cluster.setCluster(ClusterType cluster)