Class ActiveComponentChecker
java.lang.Object
org.palladiosimulator.dependability.reliability.uncertainty.precondition.ActiveComponentChecker
- All Implemented Interfaces:
ArchitecturalPreconditionChecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isApplicable
(ArchitecturalPrecondition precondition) boolean
isFulfilled
(org.palladiosimulator.solver.core.models.PCMInstance pcmModel, ArchitecturalPrecondition precondition) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.dependability.reliability.uncertainty.precondition.ArchitecturalPreconditionChecker
isNotApplicable, isNotFulfiled
-
Constructor Details
-
ActiveComponentChecker
protected ActiveComponentChecker()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in interfaceArchitecturalPreconditionChecker
-
isFulfilled
public boolean isFulfilled(org.palladiosimulator.solver.core.models.PCMInstance pcmModel, ArchitecturalPrecondition precondition) - Specified by:
isFulfilled
in interfaceArchitecturalPreconditionChecker
-