Uses of Interface
org.eclipse.epsilon.eol.models.transactions.IModelTransactionSupport
-
-
Uses of IModelTransactionSupport in org.eclipse.epsilon.emc.emf
Methods in org.eclipse.epsilon.emc.emf that return IModelTransactionSupport Modifier and Type Method Description IModelTransactionSupportAbstractEmfModel. getTransactionSupport() -
Uses of IModelTransactionSupport in org.eclipse.epsilon.emc.emf.transactions
Classes in org.eclipse.epsilon.emc.emf.transactions that implement IModelTransactionSupport Modifier and Type Class Description classEmfModelTransactionSupport -
Uses of IModelTransactionSupport in org.eclipse.epsilon.eol.models
Methods in org.eclipse.epsilon.eol.models that return IModelTransactionSupport Modifier and Type Method Description IModelTransactionSupportIModel. getTransactionSupport()IModelTransactionSupportModel. getTransactionSupport()IModelTransactionSupportModelReference. getTransactionSupport() -
Uses of IModelTransactionSupport in org.eclipse.epsilon.eol.models.transactions
Classes in org.eclipse.epsilon.eol.models.transactions that implement IModelTransactionSupport Modifier and Type Class Description classCompositeModelTransactionSupportclassModelRepositoryTransactionSupportclassNestedModelTransactionSupportclassNoModelTransactionSupport -
Uses of IModelTransactionSupport in org.eclipse.epsilon.workflow.tasks.transactions
Classes in org.eclipse.epsilon.workflow.tasks.transactions that implement IModelTransactionSupport Modifier and Type Class Description classNamedTransactionSupportFields in org.eclipse.epsilon.workflow.tasks.transactions declared as IModelTransactionSupport Modifier and Type Field Description protected IModelTransactionSupportNamedTransactionSupport. transactionSupportConstructors in org.eclipse.epsilon.workflow.tasks.transactions with parameters of type IModelTransactionSupport Constructor Description NamedTransactionSupport(String name, IModelTransactionSupport transactionSupport)
-