Class EntryLevelSystemCallObjective
- java.lang.Object
-
- org.opt4j.core.Criterion
-
- org.opt4j.core.Objective
-
- de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures.EntryLevelSystemCallObjective
-
- All Implemented Interfaces:
EntryLevelSystemCallCriterion
,Comparable<org.opt4j.core.Objective>
public class EntryLevelSystemCallObjective extends org.opt4j.core.Objective implements EntryLevelSystemCallCriterion
-
-
Constructor Summary
Constructors Constructor Description EntryLevelSystemCallObjective(String name, org.opt4j.core.Objective.Sign sign, 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
-
EntryLevelSystemCallObjective
public EntryLevelSystemCallObjective(String name, org.opt4j.core.Objective.Sign sign, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall)
-
-
Method Detail
-
getEntryLevelSystemCall
public org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall getEntryLevelSystemCall()
- Specified by:
getEntryLevelSystemCall
in interfaceEntryLevelSystemCallCriterion
-
-