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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opt4j.core.Constraint
org.opt4j.core.Constraint.Direction -
Field Summary
Fields inherited from class org.opt4j.core.SatisfactionConstraint
objectiveFields inherited from class org.opt4j.core.Constraint
direction, limitFields inherited from class org.opt4j.core.Criterion
name -
Constructor Summary
ConstructorsConstructorDescriptionEntryLevelSystemCallSatisfactionConstraint(String id, org.opt4j.core.Constraint.Direction direction, double limit, org.opt4j.core.Objective objective, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall) -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.usagemodel.EntryLevelSystemCallMethods inherited from class org.opt4j.core.SatisfactionConstraint
getObjectiveMethods inherited from class org.opt4j.core.Constraint
compareTo, getDirection, getLimit, toStringMethods inherited from class org.opt4j.core.Criterion
getName
-
Constructor Details
-
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 Details
-
getEntryLevelSystemCall
public org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall getEntryLevelSystemCall()- Specified by:
getEntryLevelSystemCallin interfaceEntryLevelSystemCallCriterion
-