Uses of Class
org.gcube.resourcemanagement.analyser.InstanceAnalyser
Packages that use InstanceAnalyser
-
Uses of InstanceAnalyser in org.gcube.resourcemanagement.analyser
Fields in org.gcube.resourcemanagement.analyser with type parameters of type InstanceAnalyserModifier and TypeFieldDescriptionprotected static Map<String,InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>> InstanceAnalyserFactory.instancesprotected static Map<String,List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>>> InstanceMultipleAnalyserFactory.instancesprotected static Map<String,InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>> InstanceAnalyserFactory.polymorphicInstancesprotected static Map<String,List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>>> InstanceMultipleAnalyserFactory.polymorphicInstancesMethods in org.gcube.resourcemanagement.analyser that return InstanceAnalyserModifier and TypeMethodDescriptionstatic InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource,Instance> InstanceAnalyserFactory.getInstanceAnalyser(String type, UUID id) Methods in org.gcube.resourcemanagement.analyser that return types with arguments of type InstanceAnalyserModifier and TypeMethodDescriptionstatic List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource,Instance>> InstanceMultipleAnalyserFactory.getInstanceAnalysers(String type, UUID id) protected static List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource,Instance>> InstanceMultipleAnalyserFactory.sortInstanceAnalyserList(List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>> list) Methods in org.gcube.resourcemanagement.analyser with parameters of type InstanceAnalyserModifier and TypeMethodDescriptionprotected static voidInstanceMultipleAnalyserFactory.addInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser, Map<String, List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>>> instancesMap) protected static voidInstanceAnalyserFactory.addPolymorphicInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser) protected static voidInstanceMultipleAnalyserFactory.addPolymorphicInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser) protected static voidInstanceAnalyserFactory.analyseInstanceAnalyser(InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser) protected static voidInstanceMultipleAnalyserFactory.analyseInstanceAnalyser(InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser) protected static voidInstanceAnalyserFactory.evaluateBestInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> candidatedAnalyser, org.gcube.informationsystem.tree.Tree<org.gcube.informationsystem.types.reference.Type> resourceTree) protected static voidInstanceMultipleAnalyserFactory.evaluateBestInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> candidatedAnalyser, org.gcube.informationsystem.tree.Tree<org.gcube.informationsystem.types.reference.Type> resourceTree) Method parameters in org.gcube.resourcemanagement.analyser with type arguments of type InstanceAnalyserModifier and TypeMethodDescriptionprotected static voidInstanceMultipleAnalyserFactory.addInstanceAnalyser(String type, InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance> analyser, Map<String, List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>>> instancesMap) protected static List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource,Instance>> InstanceMultipleAnalyserFactory.sortInstanceAnalyserList(List<InstanceAnalyser<org.gcube.informationsystem.model.reference.entities.Resource, Instance>> list)