public class ModelManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.command.Command |
check(java.util.List<org.eclipse.emf.common.notify.Notification> notificationList,
org.eclipse.emf.common.notify.Notification notification,
java.lang.Object _notifier,
java.lang.StringBuffer s,
org.polarsys.chess.core.views.DiagramStatus diagramStatus,
org.eclipse.emf.transaction.TransactionalEditingDomain domain)
Check.
|
static ModelManager |
loadModelManager()
Load model manager.
|
public static ModelManager loadModelManager()
public org.eclipse.emf.common.command.Command check(java.util.List<org.eclipse.emf.common.notify.Notification> notificationList, org.eclipse.emf.common.notify.Notification notification, java.lang.Object _notifier, java.lang.StringBuffer s, org.polarsys.chess.core.views.DiagramStatus diagramStatus, org.eclipse.emf.transaction.TransactionalEditingDomain domain) throws org.eclipse.emf.transaction.RollbackException
notificationList
- the notification listnotification
- the notification_notifier
- the _notifiers
- the sdiagramStatus
- the diagram statusdomain
- the domainorg.eclipse.emf.transaction.RollbackException
- the rollback exception