Class UsageEvolutionSyncer
- java.lang.Object
-
- org.palladiosimulator.simulizar.modelobserver.AbstractModelObserver<org.scaledl.usageevolution.UsageEvolution>
-
- org.palladiosimulator.simulizar.modelobserver.AbstractUsageEvolutionObserver
-
- org.palladiosimulator.simulizar.modelobserver.UsageEvolutionSyncer
-
- All Implemented Interfaces:
IModelObserver
public class UsageEvolutionSyncer extends AbstractUsageEvolutionObserver
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.simulizar.modelobserver.AbstractModelObserver
model, runtimeModel
-
-
Constructor Summary
Constructors Constructor Description UsageEvolutionSyncer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
add(Notification notification)
protected void
remove(Notification notification)
protected void
set(Notification notification)
-
Methods inherited from class org.palladiosimulator.simulizar.modelobserver.AbstractUsageEvolutionObserver
initialize
-
Methods inherited from class org.palladiosimulator.simulizar.modelobserver.AbstractModelObserver
addMany, eventTypeCount, initialize, logDebugInfo, move, noFeatureID, removeMany, removingAdapter, resolve, setTaggedValue, unregister, unset
-
-
-
-
Method Detail
-
add
protected void add(Notification notification)
- Overrides:
add
in classAbstractModelObserver<org.scaledl.usageevolution.UsageEvolution>
-
remove
protected void remove(Notification notification)
- Overrides:
remove
in classAbstractModelObserver<org.scaledl.usageevolution.UsageEvolution>
-
set
protected void set(Notification notification)
- Overrides:
set
in classAbstractModelObserver<org.scaledl.usageevolution.UsageEvolution>
-
-