Interface CatFactory

  • All Known Implementing Classes:
    CategoryFactory, MockCategoryFactory

    public interface CatFactory

    CatFactory interface.

    Version:
    $Id: $
    Author:
    jsartin TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
    • Method Detail

      • getCategory

        Category getCategory​(java.lang.String name)

        getCategory

        Parameters:
        name - a String object.
        Returns:
        a Category object.
      • getEffectiveRule

        java.lang.String getEffectiveRule​(java.lang.String catLabel)

        getEffectiveRule

        Parameters:
        catLabel - a String object.
        Returns:
        a String object.
      • getNormal

        double getNormal​(java.lang.String catlabel)

        getNormal

        Parameters:
        catlabel - a String object.
        Returns:
        a double.
      • getWarning

        double getWarning​(java.lang.String catlabel)

        getWarning

        Parameters:
        catlabel - a String object.
        Returns:
        a double.
      • getReadLock

        java.util.concurrent.locks.Lock getReadLock()
      • getWriteLock

        java.util.concurrent.locks.Lock getWriteLock()