Uses of Class
insensa.connections.CErrorIndexation.CThreshold

Packages that use CErrorIndexation.CThreshold
insensa.connections   
insensa.view.dialogs.connections   
 

Uses of CErrorIndexation.CThreshold in insensa.connections
 

Fields in insensa.connections with type parameters of type CErrorIndexation.CThreshold
private  java.util.List<CErrorIndexation.CThreshold> CErrorIndexation.threshold1
           
private  java.util.List<CErrorIndexation.CThreshold> CErrorIndexation.threshold2
           
 

Methods in insensa.connections that return types with arguments of type CErrorIndexation.CThreshold
 java.util.List<CErrorIndexation.CThreshold> CErrorIndexation.getThreshold1List()
           
 java.util.List<CErrorIndexation.CThreshold> CErrorIndexation.getThreshold2List()
           
 

Method parameters in insensa.connections with type arguments of type CErrorIndexation.CThreshold
 void CErrorIndexation.setThreshold1List(java.util.List<CErrorIndexation.CThreshold> rewardList)
           
 void CErrorIndexation.setThreshold2List(java.util.List<CErrorIndexation.CThreshold> penaltyList)
           
 

Uses of CErrorIndexation.CThreshold in insensa.view.dialogs.connections
 

Fields in insensa.view.dialogs.connections with type parameters of type CErrorIndexation.CThreshold
private  java.util.List<CErrorIndexation.CThreshold> CDialogSetErrorThreshold.rewPenList
           
 

Methods in insensa.view.dialogs.connections that return types with arguments of type CErrorIndexation.CThreshold
 java.util.List<CErrorIndexation.CThreshold> CDialogSetErrorThreshold.getRewPenList()
           
 

Constructor parameters in insensa.view.dialogs.connections with type arguments of type CErrorIndexation.CThreshold
CDialogSetErrorThreshold(CErrorIndexation targetPrio, java.util.List<CErrorIndexation.CThreshold> list)