TPTP 4.5.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.symptom.sample.correlation
Class SampleAnalysisOperation

java.lang.Object
  extended by org.eclipse.tptp.symptom.sample.correlation.SampleAnalysisOperation
All Implemented Interfaces:
org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor

public class SampleAnalysisOperation
extends java.lang.Object
implements org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor


Constructor Summary
SampleAnalysisOperation()
           
 
Method Summary
 org.eclipse.tptp.platform.provisional.correlation.engine.IOperationFilter getFilter()
           
 java.lang.String getId()
           
 org.eclipse.tptp.platform.provisional.correlation.engine.IOperationLabelProvider getLabelProvider()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleAnalysisOperation

public SampleAnalysisOperation()
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor

getType

public java.lang.String getType()
Specified by:
getType in interface org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor

getLabelProvider

public org.eclipse.tptp.platform.provisional.correlation.engine.IOperationLabelProvider getLabelProvider()
Specified by:
getLabelProvider in interface org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor

getFilter

public org.eclipse.tptp.platform.provisional.correlation.engine.IOperationFilter getFilter()
Specified by:
getFilter in interface org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor

TPTP 4.5.0 Monitoring Tools Project
Public API Specification