TPTP 4.3.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.symptom.analysis
Class XPathAnalysisOperation

java.lang.Object
  extended byorg.eclipse.tptp.symptom.analysis.XPathAnalysisOperation
All Implemented Interfaces:
org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor

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


Field Summary
protected  java.util.ResourceBundle resBundle
           
 
Constructor Summary
XPathAnalysisOperation()
           
 
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.util.ResourceBundle getResourceBundle()
           
 java.lang.String getString(java.lang.String key)
           
 java.lang.String getType()
           
 void setResourceBundle(java.util.ResourceBundle bundle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resBundle

protected java.util.ResourceBundle resBundle
Constructor Detail

XPathAnalysisOperation

public XPathAnalysisOperation()
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

setResourceBundle

public void setResourceBundle(java.util.ResourceBundle bundle)

getResourceBundle

public java.util.ResourceBundle getResourceBundle()

getString

public java.lang.String getString(java.lang.String key)

TPTP 4.3.0 Monitoring Tools Project
Public API Specification