Class AbstractSeffBuilder

java.lang.Object
de.uka.ipd.sdq.pcm.transformations.builder.seff.AbstractSeffBuilder
Direct Known Subclasses:
DelegatorComponentSeffBuilder

public class AbstractSeffBuilder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.palladiosimulator.pcm.seff.ResourceDemandingSEFF
    buildSeff(org.palladiosimulator.pcm.repository.OperationSignature signature)
     
    protected org.palladiosimulator.pcm.seff.AbstractAction
    createControlFlow(org.palladiosimulator.pcm.seff.AbstractAction a, org.palladiosimulator.pcm.seff.AbstractAction b)
     

    Methods inherited from class java.lang.Object

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

    • AbstractSeffBuilder

      public AbstractSeffBuilder()
  • Method Details

    • buildSeff

      protected org.palladiosimulator.pcm.seff.ResourceDemandingSEFF buildSeff(org.palladiosimulator.pcm.repository.OperationSignature signature)
    • createControlFlow

      protected org.palladiosimulator.pcm.seff.AbstractAction createControlFlow(org.palladiosimulator.pcm.seff.AbstractAction a, org.palladiosimulator.pcm.seff.AbstractAction b)