bicliqueviz
Class InfoFile

java.lang.Object
  extended by bicliqueviz.InfoFile

public class InfoFile
extends java.lang.Object

This class represents information given from optional ID files for the vertices of the graph Maps ids of vertices to real names for vertex A and B

Author:
Martin Schwartz

Constructor Summary
InfoFile()
           
InfoFile(java.lang.String ida, java.lang.String idb, ProgWin p)
           
 
Method Summary
 java.util.Hashtable<IDNodeTypePair,VertexObj> getIDToInfo()
           
 void setNodeIDToOccurs(IDNodeTypePair n)
          Set occurs for a node id
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoFile

public InfoFile(java.lang.String ida,
                java.lang.String idb,
                ProgWin p)
Parameters:
ida - name of info file (type A)
idb - name of info file (type B)
p - pointer to progress bar

InfoFile

public InfoFile()
Method Detail

setNodeIDToOccurs

public void setNodeIDToOccurs(IDNodeTypePair n)
Set occurs for a node id

Parameters:
n - pointer to node type pair

getIDToInfo

public java.util.Hashtable<IDNodeTypePair,VertexObj> getIDToInfo()
Returns:
the table with id info