Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.plugin
Class PluginTracker

java.lang.Object
  extended by cytoscape.plugin.PluginTracker

public class PluginTracker
extends Object


Method Summary
 void clearCorruptedElements()
          Clears the list of elements and sets the found flag to false.
 int getTotalCorruptedElements()
           
 boolean hasCorruptedElements()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

hasCorruptedElements

public boolean hasCorruptedElements()
Returns:
True if one or more corrupted elements were found.

getTotalCorruptedElements

public int getTotalCorruptedElements()
Returns:
Total number of corrupted elements found in the file.

clearCorruptedElements

public void clearCorruptedElements()
Clears the list of elements and sets the found flag to false. This should only be called after checking the hadCorruptedElements() or getTotalCorruptedElements();


toString

public String toString()
Overrides:
toString in class Object

www.cytoscape.org