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

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

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

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

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

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

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

Uses of SubClusterType in org.gcube.informationsystem.glitebridge.resource.cluster
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster that return types with arguments of type SubClusterType
 java.util.List<SubClusterType> ClusterType.getSubCluster()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.resource.cluster with type arguments of type SubClusterType
 void ClusterType.setSubCluster(java.util.List<SubClusterType> subCluster)