Uses of Record Class
org.aksw.iguana.cc.config.elements.DatasetConfig
Packages that use DatasetConfig
-
Uses of DatasetConfig in org.aksw.iguana.cc.config.elements
Methods in org.aksw.iguana.cc.config.elements that return DatasetConfigModifier and TypeMethodDescriptionConnectionConfig.dataset()Returns the value of thedatasetrecord component.Constructors in org.aksw.iguana.cc.config.elements with parameters of type DatasetConfigModifierConstructorDescriptionConnectionConfig(String name, String version, DatasetConfig dataset, URI endpoint, ConnectionConfig.Authentication authentication, URI updateEndpoint, ConnectionConfig.Authentication updateAuthentication) Creates an instance of aConnectionConfigrecord class. -
Uses of DatasetConfig in org.aksw.iguana.cc.suite
Methods in org.aksw.iguana.cc.suite that return types with arguments of type DatasetConfigModifier and TypeMethodDescriptionSuite.Config.datasets()Returns the value of thedatasetsrecord component.Constructor parameters in org.aksw.iguana.cc.suite with type arguments of type DatasetConfigModifierConstructorDescriptionConfig(List<DatasetConfig> datasets, List<ConnectionConfig> connections, List<Task.Config> tasks, List<StorageConfig> storages, List<Metric> metrics, List<ResponseBodyProcessor.Config> responseBodyProcessors) Creates an instance of aConfigrecord class.