public abstract class FilteredAdapter
extends org.eclipse.emf.ecore.util.EContentAdapter
| Constructor and Description |
|---|
FilteredAdapter(List<org.eclipse.emf.ecore.EClass> toLogClasses,
List<org.eclipse.emf.ecore.EReference> toLogReferences,
boolean references,
boolean attributes) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getEventType(int eventType)
Convert an int eventType of a notification to a
String. |
notifyChanged, setTarget, unsetTargetpublic FilteredAdapter(List<org.eclipse.emf.ecore.EClass> toLogClasses, List<org.eclipse.emf.ecore.EReference> toLogReferences, boolean references, boolean attributes)
toLogClasses - The EClasses to log. If null every EClass is logged.toLogReferences - The EReferencees of the toLogClasses to log. If null every
EReference is logged.references - Log reference changes?attributes - Log attribute changes?Copyright © 2017. All rights reserved.