Class SingleActionRestrictionConverter
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.restrictions.action.SingleActionRestrictionConverter
-
- All Implemented Interfaces:
RestrictionConverter
public class SingleActionRestrictionConverter extends Object implements RestrictionConverter
-
-
Constructor Summary
Constructors Constructor Description SingleActionRestrictionConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstrumentableRestriction<?>
fromAdaption(AdaptedInstrumentableRestriction adapted)
AdaptedInstrumentableRestriction
fromImplementation(InstrumentableRestriction<?> restriction)
-
-
-
Method Detail
-
fromImplementation
public AdaptedInstrumentableRestriction fromImplementation(InstrumentableRestriction<?> restriction)
- Specified by:
fromImplementation
in interfaceRestrictionConverter
-
fromAdaption
public InstrumentableRestriction<?> fromAdaption(AdaptedInstrumentableRestriction adapted)
- Specified by:
fromAdaption
in interfaceRestrictionConverter
-
-