Class SimpleDiscoverer<T extends tools.mdsd.mocore.framework.surrogate.Replaceable>

java.lang.Object
tools.mdsd.mocore.framework.discovery.Discoverer<T>
org.palladiosimulator.somox.analyzer.rules.mocore.discovery.SimpleDiscoverer<T>
Type Parameters:
T - the type of Replaceable the discoverer provides

public class SimpleDiscoverer<T extends tools.mdsd.mocore.framework.surrogate.Replaceable> extends tools.mdsd.mocore.framework.discovery.Discoverer<T>
Realization of the abstract framework discoverer without changes or adaptations in behavior.
  • Constructor Details

    • SimpleDiscoverer

      public SimpleDiscoverer(Set<T> discoveries, Class<T> discoveryType)