TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.provisional.correlation.engine
Interface ICorrelationOperationContext

All Superinterfaces:
IOperationContext

public interface ICorrelationOperationContext
extends IOperationContext

Defines the context in which a correlation operation call is made.


Method Summary
 IOperationDescriptor getOperationType()
           
 
Methods inherited from interface org.eclipse.tptp.platform.provisional.correlation.common.IOperationContext
getAdapter, getStatus, setStatus
 

Method Detail

getOperationType

public IOperationDescriptor getOperationType()
Returns:
the type of the correlation operation requested.

TPTP 4.2.0 Platform Project
Public API Specification