Interface IObservableCalculatorRegistry

All Superinterfaces:
org.palladiosimulator.commons.designpatterns.IAbstractObservable<CalculatorRegistryListener>, ICalculatorRegistryAccess
All Known Implementing Classes:
RegisterCalculatorFactoryDecorator

public interface IObservableCalculatorRegistry extends ICalculatorRegistryAccess, org.palladiosimulator.commons.designpatterns.IAbstractObservable<CalculatorRegistryListener>
This interface allows to access the Calculators which are currently registered within a ProbeFrameworkContext. It was introduces to prevent the casting of CalculatorFactory to the registering delegate implementation which has taken root.