Class EntryLevelSystemCallInfeasibilityConstraint
java.lang.Object
org.opt4j.core.Criterion
org.opt4j.core.Constraint
org.opt4j.core.InfeasibilityConstraint
de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures.EntryLevelSystemCallInfeasibilityConstraint
- All Implemented Interfaces:
EntryLevelSystemCallCriterion
,Comparable<org.opt4j.core.Constraint>
public class EntryLevelSystemCallInfeasibilityConstraint
extends org.opt4j.core.InfeasibilityConstraint
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.Constraint
direction, limit
Fields inherited from class org.opt4j.core.Criterion
name
-
Constructor Summary
ConstructorDescriptionEntryLevelSystemCallInfeasibilityConstraint
(String name, org.opt4j.core.Constraint.Direction direction, double limit, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall) -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall
Methods inherited from class org.opt4j.core.Constraint
compareTo, getDirection, getLimit, toString
Methods inherited from class org.opt4j.core.Criterion
getName
-
Constructor Details
-
EntryLevelSystemCallInfeasibilityConstraint
public EntryLevelSystemCallInfeasibilityConstraint(String name, org.opt4j.core.Constraint.Direction direction, double limit, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall)
-
-
Method Details
-
getEntryLevelSystemCall
public org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall getEntryLevelSystemCall()- Specified by:
getEntryLevelSystemCall
in interfaceEntryLevelSystemCallCriterion
-