Interface StoExContextProvidingAdapter
- All Superinterfaces:
Adapter
,org.palladiosimulator.commons.stoex.services.StoexContextProvider
- All Known Implementing Classes:
StoexContextProvidingAdapterImpl
public interface StoExContextProvidingAdapter
extends Adapter, org.palladiosimulator.commons.stoex.services.StoexContextProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setExpectedType
(de.uka.ipd.sdq.stoex.analyser.visitors.TypeEnum expectedType) void
setStoexContainer
(de.uka.ipd.sdq.stoex.RandomVariable stoexContainer) Methods inherited from interface org.eclipse.emf.common.notify.Adapter
getTarget, isAdapterForType, notifyChanged, setTarget
Methods inherited from interface org.palladiosimulator.commons.stoex.services.StoexContextProvider
getContext
-
Method Details
-
setStoexContainer
void setStoexContainer(de.uka.ipd.sdq.stoex.RandomVariable stoexContainer) -
setExpectedType
void setExpectedType(de.uka.ipd.sdq.stoex.analyser.visitors.TypeEnum expectedType)
-