TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.analysis.codereview.java.internal.rules.comparison
Class RuleComparisonPlaceConstants

java.lang.Object
  extended byorg.eclipse.tptp.platform.analysis.core.element.AbstractAnalysisElement
      extended byorg.eclipse.tptp.platform.analysis.core.rule.AbstractAnalysisRule
          extended byorg.eclipse.tptp.platform.analysis.codereview.java.internal.rules.comparison.RuleComparisonPlaceConstants
All Implemented Interfaces:
org.eclipse.tptp.platform.analysis.core.element.IAnalysisElement, org.eclipse.tptp.platform.analysis.core.rule.IAnalysisRule, org.eclipse.core.runtime.IExecutableExtension

public class RuleComparisonPlaceConstants
extends org.eclipse.tptp.platform.analysis.core.rule.AbstractAnalysisRule


Field Summary
 
Fields inherited from class org.eclipse.tptp.platform.analysis.core.element.AbstractAnalysisElement
DETAIL_PROVIDER
 
Constructor Summary
RuleComparisonPlaceConstants()
           
 
Method Summary
 void analyze(org.eclipse.tptp.platform.analysis.core.history.AnalysisHistory history)
          Analyze this rule
 
Methods inherited from class org.eclipse.tptp.platform.analysis.core.rule.AbstractAnalysisRule
addHistoryResultSet, addParameter, addParameters, getIconName, getLabelWithVariables, getOwnedElements, getParameter, getParameterCount, getParameterList, getProvider, getQuickFix, getQuickFixCount, getQuickFixIterator, getViewer, getVisibleVariableCount, hasQuickFixes, isCustom, removeHistoryResultSet, setCustom, setInitializationData, setQuickFixId
 
Methods inherited from class org.eclipse.tptp.platform.analysis.core.element.AbstractAnalysisElement
addDetailProvider, addHistoryResultSet, addOwnedElement, addOwnedElements, deleteHistoryResults, dispose, getDetailProviders, getElementType, getExecutionHistory, getHelpID, getHistoryResults, getId, getLabel, getOwner, getPluginId, getViewerID, preAnalyze, setElementType, setHelpID, setIconName, setId, setInitializationData, setLabel, setOwner, setPluginId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.core.element.IAnalysisElement
addDetailProvider, addHistoryResultSet, addOwnedElement, addOwnedElements, dispose, getDetailProviders, getElementType, getHelpID, getHistoryResults, getId, getLabel, getOwner, getPluginId, preAnalyze, setElementType, setHelpID, setIconName, setId, setLabel, setOwner, setPluginId
 

Constructor Detail

RuleComparisonPlaceConstants

public RuleComparisonPlaceConstants()
Method Detail

analyze

public void analyze(org.eclipse.tptp.platform.analysis.core.history.AnalysisHistory history)
Analyze this rule

Parameters:
history - A reference to the history record for this analysis

TPTP 4.2.0 Platform Project
Internal API Specification