com.togethersoft.sca.core.plugin.metric
Interface IMetricMessage

All Superinterfaces:
IMessage

public interface IMetricMessage
extends IMessage

Represents a message produced by the metric plug-in.


Fields inherited from interface com.togethersoft.sca.core.IMessage
DEBUG, ERROR, FATAL, INFO
 
Method Summary
 IMetricResult getResult()
          Returns the measurement result.
 
Methods inherited from interface com.togethersoft.sca.core.IMessage
getAnalyzer, getAstObject, getEndColumn, getEndLine, getExplainMessage, getExtension, getFileName, getMessage, getMessage, getProperty, getSeverity, getStartColumn, getStartLine, setProperty
 

Method Detail

getResult

public IMetricResult getResult()
Returns the measurement result.