Class SubPipelineHelper
java.lang.Object
eu.qualimaster.easy.extension.internal.SubPipelineHelper
- All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IVilType
public class SubPipelineHelper
extends Object
implements net.ssehub.easy.instantiation.core.model.vilTypes.IVilType
Provides access to sub-pipeline information. This is required as loose sub-pipeline
information is (currently) an implementation style / property.
- Author:
- Holger Eichelberger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisSubPipeline(eu.qualimaster.coordination.INameMapping mapping, String pipelineName, String subPipelineName) Returns whether a givensubPipelineNameindicates a sub-pipeline ofpipelineName.static booleanisSubPipeline(String pipelineName, String subPipelineName) Returns whether a givensubPipelineNameindicates a sub-pipeline ofpipelineName.
-
Constructor Details
-
SubPipelineHelper
public SubPipelineHelper()
-
-
Method Details
-
isSubPipeline
Returns whether a givensubPipelineNameindicates a sub-pipeline ofpipelineName.- Parameters:
pipelineName- the name of the pipelinesubPipelineName- the name of the sub-pipeline- Returns:
trueifsubPipelineNameis a sub-pipeline ofpipelineName
-
isSubPipeline
public static boolean isSubPipeline(eu.qualimaster.coordination.INameMapping mapping, String pipelineName, String subPipelineName) Returns whether a givensubPipelineNameindicates a sub-pipeline ofpipelineName.- Parameters:
mapping- the name mapping to usepipelineName- the name of the pipelinesubPipelineName- the name of the sub-pipeline- Returns:
trueifsubPipelineNameis a sub-pipeline ofpipelineName
-