org.apache.uima.aae.error
Class EndpointThresholds

java.lang.Object
  extended by org.apache.uima.aae.error.EndpointThresholds

public class EndpointThresholds
extends java.lang.Object


Constructor Summary
EndpointThresholds(java.util.Map aThresholdMap)
           
 
Method Summary
 void addThreshold(java.lang.Object key, Threshold aThreshold)
           
 java.util.Iterator getIterator()
           
 Threshold getThreshold(java.lang.Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointThresholds

public EndpointThresholds(java.util.Map aThresholdMap)
Method Detail

getIterator

public java.util.Iterator getIterator()

getThreshold

public Threshold getThreshold(java.lang.Object key)

addThreshold

public void addThreshold(java.lang.Object key,
                         Threshold aThreshold)


Copyright © 2012. All Rights Reserved.