Uses of Class
org.dyncle.CLInfo

Packages that use CLInfo
org.dyncle   
 

Uses of CLInfo in org.dyncle
 

Fields in org.dyncle with type parameters of type CLInfo
 java.util.Map<java.lang.String,CLInfo> CLTable.clTable
          String: control loop's name CLInfo: individual control loop's data
 

Methods in org.dyncle that return CLInfo
 CLInfo CLTable.getCLInfo(java.lang.String name)
          Finds and returns the information of control loop whose name is "name".
 

Methods in org.dyncle that return types with arguments of type CLInfo
 java.util.Collection<CLInfo> CLTable.getAllCLInfo()