Class UsageScenarioBasedSatisfactionConstraint

java.lang.Object
org.opt4j.core.Criterion
org.opt4j.core.Constraint
org.opt4j.core.SatisfactionConstraint
de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures.UsageScenarioBasedSatisfactionConstraint
All Implemented Interfaces:
UsageScenarioBasedCriterion, Comparable<org.opt4j.core.Constraint>

public class UsageScenarioBasedSatisfactionConstraint extends org.opt4j.core.SatisfactionConstraint implements UsageScenarioBasedCriterion
Criterion tied to an UsageScenario.
  • 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.SatisfactionConstraint

    objective

    Fields inherited from class org.opt4j.core.Constraint

    direction, limit

    Fields inherited from class org.opt4j.core.Criterion

    name
  • Constructor Summary

    Constructors
    Constructor
    Description
    UsageScenarioBasedSatisfactionConstraint(String name, org.opt4j.core.Constraint.Direction direction, double limit, org.opt4j.core.Objective objective, org.palladiosimulator.pcm.usagemodel.UsageScenario usageScenario)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.palladiosimulator.pcm.usagemodel.UsageScenario
     

    Methods inherited from class org.opt4j.core.SatisfactionConstraint

    getObjective

    Methods inherited from class org.opt4j.core.Constraint

    compareTo, getDirection, getLimit, 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

    • UsageScenarioBasedSatisfactionConstraint

      public UsageScenarioBasedSatisfactionConstraint(String name, org.opt4j.core.Constraint.Direction direction, double limit, org.opt4j.core.Objective objective, org.palladiosimulator.pcm.usagemodel.UsageScenario usageScenario)
  • Method Details