Uses of Interface
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.SemanticCompositeOperation

Packages that use SemanticCompositeOperation
org.eclipse.emf.emfstore.internal.client.model   
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.util   
 

Uses of SemanticCompositeOperation in org.eclipse.emf.emfstore.internal.client.model
 

Methods in org.eclipse.emf.emfstore.internal.client.model with parameters of type SemanticCompositeOperation
 void CompositeOperationHandle.end(SemanticCompositeOperation semanticCompositeOperation)
          Completes a the given semantic composite operation.
 

Uses of SemanticCompositeOperation in org.eclipse.emf.emfstore.internal.client.model.impl
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl with parameters of type SemanticCompositeOperation
 void OperationManager.endCompositeOperation(SemanticCompositeOperation semanticCompositeOperation)
          Replace and complete the current composite operation.
 void OperationRecorder.endCompositeOperation(SemanticCompositeOperation semanticCompositeOperation)
          Replace and complete the current composite operation.
 

Uses of SemanticCompositeOperation in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl
 

Classes in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl that implement SemanticCompositeOperation
 class SemanticCompositeOperationImpl
          An implementation of the model object ' Composite Operation'.
 

Uses of SemanticCompositeOperation in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.util
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.util with parameters of type SemanticCompositeOperation
 T SemanticSwitch.caseSemanticCompositeOperation(SemanticCompositeOperation object)
          Returns the result of interpreting the object as an instance of ' Composite Operation'.
 



Copyright © 2015. All Rights Reserved.