public interface CatFactory
CatFactory interface.
| Modifier and Type | Method and Description | 
|---|---|
Category | 
getCategory(String name)
getCategory 
 | 
Catinfo | 
getConfig()
getConfig 
 | 
String | 
getEffectiveRule(String catLabel)
getEffectiveRule 
 | 
double | 
getNormal(String catlabel)
getNormal 
 | 
Lock | 
getReadLock()  | 
double | 
getWarning(String catlabel)
getWarning 
 | 
Lock | 
getWriteLock()  | 
double getNormal(String catlabel)
getNormal
catlabel - a String object.double getWarning(String catlabel)
getWarning
catlabel - a String object.Lock getReadLock()
Lock getWriteLock()
Copyright © 2020. All rights reserved.