Class EntryLevelSystemCallSatisfactionConstraint
- java.lang.Object
-
- org.opt4j.core.Criterion
-
- org.opt4j.core.Constraint
-
- org.opt4j.core.SatisfactionConstraint
-
- de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures.EntryLevelSystemCallSatisfactionConstraint
-
- All Implemented Interfaces:
EntryLevelSystemCallCriterion
,Comparable<org.opt4j.core.Constraint>
public class EntryLevelSystemCallSatisfactionConstraint extends org.opt4j.core.SatisfactionConstraint implements EntryLevelSystemCallCriterion
-
-
Constructor Summary
Constructors Constructor Description EntryLevelSystemCallSatisfactionConstraint(String id, org.opt4j.core.Constraint.Direction direction, double limit, org.opt4j.core.Objective objective, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall
getEntryLevelSystemCall()
-
-
-
Constructor Detail
-
EntryLevelSystemCallSatisfactionConstraint
public EntryLevelSystemCallSatisfactionConstraint(String id, org.opt4j.core.Constraint.Direction direction, double limit, org.opt4j.core.Objective objective, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall)
-
-
Method Detail
-
getEntryLevelSystemCall
public org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall getEntryLevelSystemCall()
- Specified by:
getEntryLevelSystemCall
in interfaceEntryLevelSystemCallCriterion
-
-