org.eclipse.gmf.tooling.runtime.ocl.tracker
Interface OclTracker

All Known Implementing Classes:
OclTrackerBase

public interface OclTracker


Nested Class Summary
static interface OclTracker.Registrator
           
 
Method Summary
 String getExpressionBody()
           
 Object getValue()
           
 boolean handleNotification(org.eclipse.emf.common.notify.Notification notification)
           
 void initialize(org.eclipse.emf.ecore.EObject context)
           
 void installListeners(org.eclipse.emf.transaction.TransactionalEditingDomain domain, org.eclipse.gmf.runtime.diagram.core.listener.NotificationListener listener, OclTracker.Registrator registrator)
           
 void uninstallListeners()
           
 

Method Detail

initialize

void initialize(org.eclipse.emf.ecore.EObject context)

installListeners

void installListeners(org.eclipse.emf.transaction.TransactionalEditingDomain domain,
                      org.eclipse.gmf.runtime.diagram.core.listener.NotificationListener listener,
                      OclTracker.Registrator registrator)

uninstallListeners

void uninstallListeners()

getValue

Object getValue()

handleNotification

boolean handleNotification(org.eclipse.emf.common.notify.Notification notification)

getExpressionBody

String getExpressionBody()


Copyright © 2012. All Rights Reserved.