26 lines
937 B
Plaintext
26 lines
937 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Arithmetic Mean
|
|
Bundle-SymbolicName: flintstones.operator.aggregation.arithmeticmean;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.operator.aggregation.arithmeticmean
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Require-Bundle: flintstones.operator,
|
|
flintstones.entity.valuation,
|
|
flintstones.model.valuation.service,
|
|
flintstones.valuation.numeric.integer,
|
|
flintstones.valuation.numeric.real,
|
|
flintstones.valuation.linguistic,
|
|
flintstones.valuation.twoTuple,
|
|
flintstones.valuation.proportionaltwotuple,
|
|
flintstones.valuation.fuzzy,
|
|
flintstones.valuation.elicit,
|
|
flintstones.domain.numeric.real,
|
|
org.eclipse.e4.core.contexts,
|
|
javax.inject,
|
|
org.eclipse.e4.core.di,
|
|
flintstones.entity.domain,
|
|
flintstones.entity.operator
|
|
Export-Package: flintstones.operator.aggregation.arithmeticmean
|
|
Import-Package: org.eclipse.jface.wizard
|