org.sump.analyzer.tools
Class I2CProtocolAnalysis

java.lang.Object
  extended by org.sump.analyzer.tools.Base
      extended by org.sump.analyzer.tools.I2CProtocolAnalysis
All Implemented Interfaces:
Configurable, Tool

public class I2CProtocolAnalysis
extends Base
implements Tool, Configurable

Author:
frank

Constructor Summary
I2CProtocolAnalysis()
           
 
Method Summary
 java.lang.String getName()
          Returns the tools visible name.
 void init(java.awt.Frame frame)
          Does nothing.
 CapturedData process(CapturedData data)
          Convert captured data from timing data to state data using the given channel as clock.
 void readProperties(Properties properties)
          Reads dialog settings from given properties.
 void writeProperties(Properties properties)
          Writes dialog settings to given properties.
 
Methods inherited from class org.sump.analyzer.tools.Base
process, selectByIndex, selectByValue, selectByValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sump.analyzer.tools.Tool
process
 

Constructor Detail

I2CProtocolAnalysis

public I2CProtocolAnalysis()
Method Detail

init

public void init(java.awt.Frame frame)
Description copied from class: Base
Does nothing. If initialization is needed it must be overwritten.

Specified by:
init in interface Tool
Overrides:
init in class Base
Parameters:
frame - ignored

getName

public java.lang.String getName()
Returns the tools visible name.

Specified by:
getName in interface Tool
Specified by:
getName in class Base
Returns:
the tools visible name

process

public CapturedData process(CapturedData data)
Convert captured data from timing data to state data using the given channel as clock.

Specified by:
process in interface Tool
Specified by:
process in class Base
Parameters:
data - - captured data to work on
Returns:
always null

readProperties

public void readProperties(Properties properties)
Reads dialog settings from given properties.

Specified by:
readProperties in interface Configurable
Parameters:
properties - Properties containing dialog settings

writeProperties

public void writeProperties(Properties properties)
Writes dialog settings to given properties.

Specified by:
writeProperties in interface Configurable
Parameters:
properties - Properties where the settings are written to