cytoscape.plugin
Class PluginTracker
java.lang.Object
cytoscape.plugin.PluginTracker
public class PluginTracker
- extends Object
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