java.lang.Object
org.palladiosimulator.solver.spa.basicsolver.visitor.perfhandler.PerformanceSymbolHandler
All Implemented Interfaces:
SymbolHandler

public class PerformanceSymbolHandler extends Object implements SymbolHandler
  • Constructor Details

    • PerformanceSymbolHandler

      protected PerformanceSymbolHandler(Hashtable<Expression,de.uka.ipd.sdq.probfunction.math.IProbabilityDensityFunction> pdfTable, int domainSize)
    • PerformanceSymbolHandler

      protected PerformanceSymbolHandler(int domainSize)
  • Method Details

    • handle

      public void handle(Symbol symbol)
      Specified by:
      handle in interface SymbolHandler
    • getPdfTable

      public Hashtable<Expression,de.uka.ipd.sdq.probfunction.math.IProbabilityDensityFunction> getPdfTable()
    • setPdfTable

      public void setPdfTable(Hashtable<Expression,de.uka.ipd.sdq.probfunction.math.IProbabilityDensityFunction> pdfTable)