TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.internal.correlation.engine
Interface IRunOperationAction

All Known Implementing Classes:
ExtendedAnalyzeAction

public interface IRunOperationAction


Method Summary
 java.util.List getAnalysisOperations()
           
 ICorrelationEngineDelegator getDelegator()
           
 void run()
           
 void setDelegator(ICorrelationEngineDelegator delegator)
           
 void setEvents(java.util.List events)
           
 

Method Detail

setDelegator

public void setDelegator(ICorrelationEngineDelegator delegator)

setEvents

public void setEvents(java.util.List events)

getDelegator

public ICorrelationEngineDelegator getDelegator()

run

public void run()

getAnalysisOperations

public java.util.List getAnalysisOperations()

TPTP 4.2.0 Platform Project
Internal API Specification