jflexcrf
Class Maps

java.lang.Object
  extended by jflexcrf.Maps

public class Maps
extends java.lang.Object

The Class Maps.


Field Summary
 java.util.Map cpInt2Str
          The cp int2 str.
 java.util.Map cpStr2Int
          The cp str2 int.
 java.util.Map lbInt2Str
          The lb int2 str.
 java.util.Map lbStr2Int
          The lb str2 int.
 
Constructor Summary
Maps()
          Instantiates a new maps.
 
Method Summary
 int numCps()
          Num cps.
 int numLabels()
          Num labels.
 void readCpMaps(java.io.BufferedReader fin)
          Read cp maps.
 void readLbMaps(java.io.BufferedReader fin)
          Read lb maps.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cpStr2Int

public java.util.Map cpStr2Int
The cp str2 int.


cpInt2Str

public java.util.Map cpInt2Str
The cp int2 str.


lbStr2Int

public java.util.Map lbStr2Int
The lb str2 int.


lbInt2Str

public java.util.Map lbInt2Str
The lb int2 str.

Constructor Detail

Maps

public Maps()
Instantiates a new maps.

Method Detail

readCpMaps

public void readCpMaps(java.io.BufferedReader fin)
                throws java.io.IOException
Read cp maps.

Parameters:
fin - the fin
Throws:
java.io.IOException - Signals that an I/O exception has occurred.

readLbMaps

public void readLbMaps(java.io.BufferedReader fin)
                throws java.io.IOException
Read lb maps.

Parameters:
fin - the fin
Throws:
java.io.IOException - Signals that an I/O exception has occurred.

numCps

public int numCps()
Num cps.

Returns:
the int

numLabels

public int numLabels()
Num labels.

Returns:
the int