22 lines
723 B
Plaintext
22 lines
723 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Bonferroni Mean aggregation operator
|
|
Bundle-SymbolicName: flintstones.operator.aggregation.bonferroniMean;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: Sinbad2
|
|
Automatic-Module-Name: flintstones.operator.bonferroniMean
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Require-Bundle: flintstones.entity.operator,
|
|
flintstones.entity.valuation,
|
|
flintstones.domain.fuzzyset,
|
|
flintstones.model.ui.service,
|
|
org.eclipse.jface,
|
|
flintstones.operator,
|
|
de.kupzog.ktable,
|
|
javax.inject,
|
|
flintstones.model.problemelement.service,
|
|
flintstones.valuation.numeric.real,
|
|
flintstones.valuation.fuzzy,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.core.di
|