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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opt4j.core.Objective
org.opt4j.core.Objective.Sign
-
Field Summary
Fields inherited from class org.opt4j.core.Objective
INFEASIBLE, rank, RANK_ERROR, RANK_OBJECTIVE, sign
Fields inherited from class org.opt4j.core.Criterion
name
-
Constructor Summary
ConstructorDescriptionEntryLevelSystemCallObjective
(String name, org.opt4j.core.Objective.Sign sign, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall) -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall
Methods inherited from class org.opt4j.core.Objective
compareTo, getRank, getSign, toString
Methods inherited from class org.opt4j.core.Criterion
getName
-
Constructor Details
-
EntryLevelSystemCallObjective
public EntryLevelSystemCallObjective(String name, org.opt4j.core.Objective.Sign sign, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall)
-
-
Method Details
-
getEntryLevelSystemCall
public org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall getEntryLevelSystemCall()- Specified by:
getEntryLevelSystemCall
in interfaceEntryLevelSystemCallCriterion
-