Class SubTopologyComponentsHelper
java.lang.Object
eu.qualimaster.easy.extension.internal.SubTopologyComponentsHelper
- All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IVilType
public class SubTopologyComponentsHelper
extends Object
implements net.ssehub.easy.instantiation.core.model.vilTypes.IVilType
An instantiator for accessing the components of manually implemented sub-topologies (mapped into at runtime).
- Author:
- Holger Eichelberger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.ssehub.easy.instantiation.core.model.vilTypes.Sequence<String> getSubTopologyComponents(String pipeline, String algorithm) Returns the components implementing the given algorithm in terms of a manual sub-topology.
-
Constructor Details
-
SubTopologyComponentsHelper
public SubTopologyComponentsHelper()
-
-
Method Details
-
getSubTopologyComponents
public static net.ssehub.easy.instantiation.core.model.vilTypes.Sequence<String> getSubTopologyComponents(String pipeline, String algorithm) Returns the components implementing the given algorithm in terms of a manual sub-topology.- Parameters:
pipeline- the pipeline namealgorithm- the algorithm name- Returns:
- the names of the sub-topology components, may be empty if there are none
-