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

      • getEffectiveRule

        String getEffectiveRule​(String catLabel)

        getEffectiveRule

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

        double getNormal​(String catlabel)

        getNormal

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

        double getWarning​(String catlabel)

        getWarning

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

        Lock getReadLock()
      • getWriteLock

        Lock getWriteLock()