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

    Constructors
    Constructor
    Description
    EntryLevelSystemCallObjective(String name, org.opt4j.core.Objective.Sign sign, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EntryLevelSystemCallObjective

      public EntryLevelSystemCallObjective(String name, org.opt4j.core.Objective.Sign sign, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entryLevelSystemCall)
  • Method Details