Class EntryLevelSystemCallSatisfactionConstraintBuilder
java.lang.Object
de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures.builder.SatisfactionConstraintBuilder
de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures.builder.EntryLevelSystemCallSatisfactionConstraintBuilder
public class EntryLevelSystemCallSatisfactionConstraintBuilder
extends SatisfactionConstraintBuilder
-
Constructor Summary
ConstructorDescriptionEntryLevelSystemCallSatisfactionConstraintBuilder
(org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall) -
Method Summary
Modifier and TypeMethodDescriptionorg.opt4j.core.SatisfactionConstraint
createSatisfactionConstraint
(String id, org.opt4j.core.Constraint.Direction direction, double limit, org.opt4j.core.Objective objective)
-
Constructor Details
-
EntryLevelSystemCallSatisfactionConstraintBuilder
public EntryLevelSystemCallSatisfactionConstraintBuilder(org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall)
-
-
Method Details
-
createSatisfactionConstraint
public org.opt4j.core.SatisfactionConstraint createSatisfactionConstraint(String id, org.opt4j.core.Constraint.Direction direction, double limit, org.opt4j.core.Objective objective) - Overrides:
createSatisfactionConstraint
in classSatisfactionConstraintBuilder
-