UML Modeling Layer

com.ibm.xtools.uml.msl.internal.redefinition
Class Debug

java.lang.Object
  extended by com.ibm.xtools.uml.msl.internal.redefinition.Debug

public class Debug
extends Object


Field Summary
static boolean behaviorCleanupInvokedForModelElement
           
static boolean behaviorCleanupInvokedForNotification
           
static boolean brokenRedefRefCleanupInvokedForModelElement
           
static boolean brokenRedefRefCleanupInvokedForNotification
           
static boolean DEBUG
           
static boolean DEBUG_ACCESS_API
           
static boolean DEBUG_RESOURCE_SET_LISTENER
           
static boolean generalizationChangeCleanupInvokedForModelElement
           
static boolean generalizationChangeCleanupInvokedForNotification
           
static boolean propertyTypeCleanupInvokedForModelElement
           
static boolean propertyTypeCleanupInvokedForNotification
           
static boolean REPORT_ELEMENT_DELETIONS
           
 
Constructor Summary
Debug()
           
 
Method Summary
static void assertContextHint(EObject contextHint)
           
static void assertNotProduct(String product)
           
static void reportElementDeletionByBrokenRedefRefCleanup(RedefinableElement re)
           
static void reportElementDeletionByGeneralizationChangeCleanup(RedefinableElement re)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG

DEBUG_RESOURCE_SET_LISTENER

public static boolean DEBUG_RESOURCE_SET_LISTENER

DEBUG_ACCESS_API

public static boolean DEBUG_ACCESS_API

REPORT_ELEMENT_DELETIONS

public static boolean REPORT_ELEMENT_DELETIONS

brokenRedefRefCleanupInvokedForModelElement

public static boolean brokenRedefRefCleanupInvokedForModelElement

brokenRedefRefCleanupInvokedForNotification

public static boolean brokenRedefRefCleanupInvokedForNotification

generalizationChangeCleanupInvokedForModelElement

public static boolean generalizationChangeCleanupInvokedForModelElement

generalizationChangeCleanupInvokedForNotification

public static boolean generalizationChangeCleanupInvokedForNotification

behaviorCleanupInvokedForModelElement

public static boolean behaviorCleanupInvokedForModelElement

behaviorCleanupInvokedForNotification

public static boolean behaviorCleanupInvokedForNotification

propertyTypeCleanupInvokedForModelElement

public static boolean propertyTypeCleanupInvokedForModelElement

propertyTypeCleanupInvokedForNotification

public static boolean propertyTypeCleanupInvokedForNotification
Constructor Detail

Debug

public Debug()
Method Detail

reportElementDeletionByGeneralizationChangeCleanup

public static void reportElementDeletionByGeneralizationChangeCleanup(RedefinableElement re)

reportElementDeletionByBrokenRedefRefCleanup

public static void reportElementDeletionByBrokenRedefRefCleanup(RedefinableElement re)

assertContextHint

public static void assertContextHint(EObject contextHint)

assertNotProduct

public static void assertNotProduct(String product)

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.