bicliqueviz
Class InfoFile
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()
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