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, signFields inherited from class org.opt4j.core.Criterion
name -
Constructor Summary
ConstructorsConstructorDescriptionEntryLevelSystemCallObjective(String name, org.opt4j.core.Objective.Sign sign, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall) -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.usagemodel.EntryLevelSystemCallMethods inherited from class org.opt4j.core.Objective
compareTo, getRank, getSign, toStringMethods 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:
getEntryLevelSystemCallin interfaceEntryLevelSystemCallCriterion
-