Class StoexContextProvidingAdapterImpl

java.lang.Object
org.palladiosimulator.editors.commons.dialogs.stoex.impl.StoexContextProvidingAdapterImpl
All Implemented Interfaces:
Adapter, org.palladiosimulator.commons.stoex.services.StoexContextProvider, StoExContextProvidingAdapter

public class StoexContextProvidingAdapterImpl extends Object implements StoExContextProvidingAdapter
  • Constructor Details

    • StoexContextProvidingAdapterImpl

      public StoexContextProvidingAdapterImpl()
  • Method Details

    • getTarget

      public Notifier getTarget()
      Specified by:
      getTarget in interface Adapter
    • notifyChanged

      public void notifyChanged(Notification notification)
      Specified by:
      notifyChanged in interface Adapter
    • setTarget

      public void setTarget(Notifier newTarget)
      Specified by:
      setTarget in interface Adapter
    • isAdapterForType

      public boolean isAdapterForType(Object type)
      Specified by:
      isAdapterForType in interface Adapter
    • setStoexContainer

      public void setStoexContainer(de.uka.ipd.sdq.stoex.RandomVariable stoexContainer)
      Specified by:
      setStoexContainer in interface StoExContextProvidingAdapter
    • getContext

      public org.palladiosimulator.commons.stoex.services.StoexContext getContext(Resource resource)
      Specified by:
      getContext in interface org.palladiosimulator.commons.stoex.services.StoexContextProvider
    • createStoexContext

      protected static org.palladiosimulator.commons.stoex.services.StoexContext createStoexContext(de.uka.ipd.sdq.stoex.RandomVariable stoexContainer, de.uka.ipd.sdq.stoex.analyser.visitors.TypeEnum expectedType)
    • setExpectedType

      public void setExpectedType(de.uka.ipd.sdq.stoex.analyser.visitors.TypeEnum expectedType)
      Specified by:
      setExpectedType in interface StoExContextProvidingAdapter