|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dyncle.CLTable
public class CLTable
Control loop management table
| Field Summary | |
|---|---|
java.util.Map<java.lang.String,CLInfo> |
clTable
String: control loop's name CLInfo: individual control loop's data |
| Constructor Summary | |
|---|---|
CLTable()
|
|
| Method Summary | |
|---|---|
void |
addCLInfo(java.lang.String name,
java.lang.String fqn,
ComponentBehaviour cb,
int pri,
java.util.List<java.lang.String> confList)
|
boolean |
canActivate(java.lang.String name)
Checks whether the specified CL can transit to the activate state or not. |
java.util.Collection<CLInfo> |
getAllCLInfo()
|
CLInfo |
getCLInfo(java.lang.String name)
Finds and returns the information of control loop whose name is "name". |
java.util.List<ComponentBehaviour> |
getLowerPriorityCLs(java.lang.String name)
Returns AD type components whose control loop's priority is lower than the specified one. |
void |
printAllCLs()
Prints out information of all control loops. |
void |
removeCLInfo(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.Map<java.lang.String,CLInfo> clTable
| Constructor Detail |
|---|
public CLTable()
| Method Detail |
|---|
public void addCLInfo(java.lang.String name,
java.lang.String fqn,
ComponentBehaviour cb,
int pri,
java.util.List<java.lang.String> confList)
public void removeCLInfo(java.lang.String name)
public CLInfo getCLInfo(java.lang.String name)
name - name of the control loop
public java.util.List<ComponentBehaviour> getLowerPriorityCLs(java.lang.String name)
name - name of the control loop that should be compared with
public boolean canActivate(java.lang.String name)
name -
public void printAllCLs()
public java.util.Collection<CLInfo> getAllCLInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||