MACS
Class PossibleTokenMap

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.TreeMap
              |
              +--MACS.PossibleTokenMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable, java.util.SortedMap

final class PossibleTokenMap
extends java.util.TreeMap

This class is used to store possible tokens in the Integrator.

Author:
Olivier Sigaud and Pierre Gérard.
See Also:
Integrator

Field Summary
 
Fields inherited from class java.util.TreeMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
(package private) PossibleTokenMap()
           
 
Method Summary
 void add(Classifier.Token tok, double s)
           
 
Methods inherited from class java.util.TreeMap
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

PossibleTokenMap

PossibleTokenMap()
Method Detail

add

public void add(Classifier.Token tok,
                double s)
Parameters:
tok -
s -