jas.hist.normalization
Class NormalizationRegistry

java.lang.Object
  extended by jas.hist.normalization.NormalizationRegistry

public class NormalizationRegistry
extends Object

The NormalizationRegistry contains a list of NormalizationFactories

Version:
$Id: NormalizationRegistry.java 11550 2007-06-05 21:44:14Z duns $
Author:
tonyj

Method Summary
 void add(jas.hist.normalization.NormalizationFactory factory)
          Add an entry to the registry
 jas.hist.normalization.NormalizationFactory findFactory(Normalizer norm)
          Find the factory that created a specific normalizer
 void remove(jas.hist.normalization.NormalizationFactory factory)
          Remove an entry from the registry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(jas.hist.normalization.NormalizationFactory factory)
Add an entry to the registry


remove

public void remove(jas.hist.normalization.NormalizationFactory factory)
Remove an entry from the registry


findFactory

public jas.hist.normalization.NormalizationFactory findFactory(Normalizer norm)
Find the factory that created a specific normalizer



Copyright © 2000-2009 FreeHEP. All Rights Reserved.